.w1600 {
  width: 16rem;
  margin: 0 auto;
  position: relative;
  font-size: 0;
  z-index: 2;
}

@media (max-width: 1620px) {
  .w1600 {
    width: 94%;
  }
}

header {
  width: 100%;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  top: 0.3rem;
  transition: all ease 0.6s;
}

header .hop {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.16rem;
  padding: 0 0.3rem;
  position: relative;
}

header .logo {
  display: inline-block;
  vertical-align: middle;
  width: 1.15rem;
}

header .logo a, header .logo img {
  width: 100%;
  display: block;
}

header .lmx {
  display: inline-block;
  vertical-align: middle;
  color: #585f7e;
  line-height: 1.5;
  width: auto;
  padding: 0 0 0 0.3rem;
}

header nav {
  flex: 1;
  text-align: right;
  padding-left: 0.2rem;
}

header nav .natem {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
}

header nav .natem:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(130, 159, 183, 0.5);
  width: 1px;
  height: 0.2rem;
  display: none;
}

header nav .natem .nas {
  width: auto;
  display: inline-block;
  position: relative;
  padding: 0 0.1rem;
}

header nav .natem .nas a {
  display: inline-block;
  line-height: 3.5;
  line-height: 1rem;
  color: #333;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  padding: 0 0.2rem;
}

header nav .natem .navuls {
  width: 3.2rem;
  position: absolute;
  z-index: 101;
  left: 50%;
  top: calc(100% + 0.1rem);
  transform: translateX(-50%);
  background-color: white;
  padding: 0.3rem 0.2rem 0.1rem;
  border-radius: 0.4rem;
  display: none;
}

header nav .natem .navuls ul {
  width: 100%;
}

header nav .natem .navuls ul li {
  width: 100%;
  position: relative;
}

header nav .natem .navuls ul li .njm {
  width: 100%;
  font-size: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

header nav .natem .navuls ul li .ns {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  line-height: 3;
  color: #222;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 0.2rem;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
}

header nav .natem .navuls ul li .theul {
  width: 100%;
  background-color: #fff;
  margin-bottom: 0.2rem;
}

header nav .natem .navuls ul li .theul li {
  width: 100%;
  font-size: 0;
}

header nav .natem .navuls ul li .theul li .xn {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 2.5;
  padding: 0 0.2rem;
  text-align: left;
}

header nav .natem .navuls ul li .theul li .xn:hover {
  color: #00a93d;
}

header nav .natem .navuls ul li:hover .ns {
  color: #00a93d;
}

header nav .natem .navuls ul li.has-the:after {
  content: "+";
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  position: absolute;
  background: none;
  right: 0;
  left: auto;
  transform: translateX(0);
  top: 0.05rem;
  font-size: 20px;
  color: #333;
  border: none;
  display: none;
}

header nav .natem .navuls ul li.has-the.show:after {
  content: "-";
}

header nav .natem.on .nas a {
  color: #00a93d;
}

header nav .natem:hover .nas a {
  color: #00a93d;
}

header nav .natem.prodt .navuls ul li .njm {
  width: 100%;
  font-size: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

header nav .natem.prodt .navuls ul li .njm span {
  border-top: solid 1px rgba(102, 102, 102, 0.3);
  border-bottom: solid 1px rgba(102, 102, 102, 0.3);
}

header nav .natem.prodt .navuls ul li .njm > a {
  border-top: solid 1px rgba(102, 102, 102, 0.3);
  border-bottom: solid 1px rgba(102, 102, 102, 0.3);
}

header nav .natem + .natem:before {
  display: block;
}

header .rav {
  display: inline-block;
  vertical-align: middle;
}

header .rav .ss {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: auto;
  font-size: 0;
  cursor: pointer;
}

header .rav .ss .sic {
  display: inline-block;
  vertical-align: middle;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background-color: #00a93d;
}

header .rav .ss .sic img {
  width: 100%;
  display: block;
}

header .rav .ss .sm {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1.5;
  margin-left: 0.1rem;
}

header .rav .menu {
  display: inline-block;
  vertical-align: middle;
  display: none;
}

header .black {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 12;
  cursor: pointer;
}

header .sear {
  width: 100%;
  font-size: 0;
  padding: 0.3rem 0.3rem;
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1111;
  background: #fff;
  top: calc(100% + 0.1rem);
  border-radius: 0.16rem;
}

header .sear form {
  width: 100%;
  font-size: 0;
  margin: 0 auto;
  max-width: 10rem;
  display: block;
  border-radius: 0.2rem;
  overflow: hidden;
  background: #f6f6f6;
}

header .sear .input {
  width: calc(100% - 1rem);
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  background: #f6f6f6;
}

header .sear .input input {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  background: #f6f6f6;
  color: #666666;
  line-height: 2.5;
  height: 2.5em;
  padding: 0 0.2rem;
  border: none;
}

header .sear .submxt {
  width: 1rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

header .sear .submxt input {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  background: #00a93d;
  color: #fff;
  line-height: 2.5;
  border-radius: 1.25em;
  padding: 0 0.2rem;
  border: none;
  text-align: center;
  cursor: pointer;
}

header.white {
  top: 0rem;
  background-color: #fff;
}

header.white .hop {
  background-color: #fff;
}

header.white .hop nav .natem .nas a {
  color: #333;
}

header.white .hop nav .natem.on .nas a {
  color: #00a93d;
}

header.white .hop .rav .ss .sm {
  color: #333;
}

@media (max-width: 1330px) {
  header .hop {
    padding-left: 3%;
  }
  header .lmx {
    display: none;
  }
  header nav {
    padding-left: 0.2rem;
  }
  header nav .natem .nas a {
    padding: 0 0.1rem;
  }
}

@media (max-width: 900px) {
  header .hop {
    padding: 0.2rem 0.2rem;
  }
  header nav {
    width: 80%;
    position: fixed;
    max-width: 90%;
    right: 0;
    top: 0;
    left: auto;
    height: 100vh;
    background-color: #fff;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: auto;
    z-index: 500;
    transform: translate(100%, 0);
    transition: transform .3s;
    padding-left: 0.1rem;
    padding: 0.1rem;
    display: block;
    text-align: left;
  }
  header nav .natem {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: auto;
    width: 100%;
    padding: 0.1rem 0;
  }
  header nav .natem .nas {
    width: auto;
    display: inline-block;
    width: 100%;
  }
  header nav .natem .nas a {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    line-height: 2.5;
    color: #333;
    font-weight: bold;
    padding: 0 0.3rem;
    position: relative;
  }
  header nav .natem .navuls {
    width: 100%;
    position: relative;
    z-index: 101;
    left: 0%;
    top: 0%;
    transform: translateX(0%);
    background: #fff;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);
    display: none;
  }
  header nav .natem .navuls ul {
    width: 100%;
    padding: 0.1rem 0.3rem;
  }
  header nav .natem .navuls ul li {
    width: 100%;
    display: block;
    position: relative;
  }
  header nav .natem .navuls ul li .ns {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    line-height: 3;
    color: #333;
    text-align: left !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 0.2rem;
    background: #fff;
    position: relative;
    width: 100%;
  }
  header nav .natem .navuls ul li .ns:hover {
    color: #ff9900;
  }
  header nav .natem .navuls ul li .ns:after {
    content: ' ';
    position: absolute;
    right: 0.3rem;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 12px;
    background-image: url("../images/r.png");
    background-size: 100% 100%;
  }
  header nav .natem .navuls ul li .theul {
    display: none;
  }
  header nav .natem .navuls ul li + li {
    border-top: solid 1px #eee;
  }
  header nav .natem .navuls ul li:hover .ns {
    background-color: transparent;
    color: #333;
  }
  header nav .natem .navuls ul li.has-the:after {
    display: block;
  }
  header nav .natem:before {
    display: none !important;
  }
  header nav .natem.prodt .navuls > ul li:first-child .njm span {
    border-top: solid 1px rgba(102, 102, 102, 0.3);
  }
  header nav .natem.prodt .navuls > ul li .njm span {
    border-top: none;
  }
  header nav .natem.on .nas:after {
    display: none;
  }
  header nav .natem.has-nav:after {
    content: "+";
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    background: none;
    right: 0;
    left: auto;
    transform: translateX(0);
    top: 0.05rem;
    font-size: 20px;
    color: #333;
    border: none;
  }
  header nav .natem.has-nav.show:after {
    content: "-";
  }
  header .rav {
    width: calc(100% - 1.15rem);
    text-align: right;
  }
  header .rav .menu {
    display: inline-block;
    vertical-align: middle;
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 0.1rem;
  }
  header .rav .ss {
    display: inline-block;
    vertical-align: middle;
  }
  header.menu-state .w1600 {
    z-index: auto;
  }
  header.menu-state nav {
    transform: translate(0, 0);
  }
  header.menu-state .black {
    display: block;
  }
}

.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.banner .swiper-slide {
  width: 100%;
  position: relative;
}

.banner .swiper-slide .img {
  width: 100%;
  padding-top: 50%;
}

.banner .swiper-slide .sox {
  position: absolute;
  top: 50%;
  left: calc((160 / 1920) * 100%);
  transform: translateY(-50%);
  width: 100%;
  max-width: 8.6rem;
}

.banner .swiper-slide .sox .xm {
  width: 100%;
  color: #fff;
  line-height: 1.3;
  text-align: left;
  font-weight: bold;
}

.banner .swiper-slide .sox .xm p {
  color: #fff;
  line-height: 1.3;
}

.banner .swiper-slide .sox .sm {
  width: 100%;
  color: #fff;
  line-height: 1.3;
  text-align: left;
  margin-top: 0.1rem;
}

.banner .swiper-slide .sox .sm p {
  color: #fff;
  line-height: 1.3;
}

.banner .swiper-slide .sox .more {
  width: 100%;
  font-size: 0;
  margin-top: 0.7rem;
}

.banner .swiper-slide .sox .more a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1.5;
}

.banner .swiper-slide .sox .more a span {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 16px;
  position: relative;
  top: -0.02rem;
  margin-left: 0.26rem;
}

.banner .swiper-slide .sox .more a span img {
  width: 100%;
  display: block;
}

.banner .swiper-slide .sox .more a span img:first-child {
  display: block;
}

.banner .swiper-slide .sox .more a span img:last-child {
  display: none;
}

.banner .swiper-slide .sox .more a:hover {
  color: #00a93d;
}

.banner .swiper-slide .sox .more a:hover span img:first-child {
  display: none;
}

.banner .swiper-slide .sox .more a:hover span img:last-child {
  display: block;
}

.banner .swiper-slide .voc {
  background-color: #000;
  object-fit: cover;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner .botom {
  width: 100%;
  position: absolute;
  z-index: 3;
  bottom: 0.4rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0;
  text-align: left;
}

.banner .botom .tom {
  width: 100%;
  font-size: 0;
  display: flex;
  align-items: center;
}

.banner .botom .btns {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  font-size: 0;
}

.banner .botom .btns .btn {
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
  transition: all ease 0.5s;
  margin: 0 0.1rem;
  display: inline-block;
  vertical-align: middle;
}

.banner .botom .btns .btn img {
  width: 100%;
  display: block;
}

.banner .botom .btns .btn img:first-child {
  display: block;
}

.banner .botom .btns .btn img:last-child {
  display: none;
}

.banner .botom .btns .btn:hover {
  background-color: #ff9900;
}

.banner .botom .btns .btn:hover img:first-child {
  display: none;
}

.banner .botom .btns .btn:hover img:last-child {
  display: block;
}

.banner .botom .now {
  display: inline-block;
  color: #fff;
  line-height: 2;
  margin: 0 0.1rem;
}

.banner .botom .line {
  display: inline-block;
  position: relative;
  color: #fff;
}

.banner .botom .length {
  display: inline-block;
  color: #fff;
  line-height: 2;
  margin: 0 0.1rem;
}

.banner .botom .pagination {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-right: 0.2rem;
}

.banner .botom .pagination .paom {
  display: inline-block;
  vertical-align: middle;
  width: 0.4rem;
  height: 3px;
  cursor: pointer;
  margin-right: 0.2rem;
  background-color: #fff;
  transition: all ease 0.5s;
}

.banner .botom .pagination .paom.on {
  background-color: #00a93d;
}

@media (max-width: 1620px) {
  .banner .swiper-slide .sox {
    left: 3%;
  }
  .banner .swiper-pagination {
    left: 3%;
  }
}

@media (max-width: 800px) {
  .banner .swiper-slide .img {
    padding-top: 76%;
  }
  .banner .swiper-slide .sox {
    max-width: 80%;
  }
  .banner .swiper-slide .sox .sm {
    font-size: 18px;
  }
  .banner .swiper-slide .sox .xm {
    font-size: 16px;
  }
}

footer {
  width: 100%;
}

footer .ftop {
  width: 100%;
  padding: 1rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .ftop .ftl {
  display: inline-block;
  vertical-align: top;
}

footer .ftop .ftl .logm {
  width: 100%;
  font-size: 0;
}

footer .ftop .ftl .logm a {
  display: inline-block;
  vertical-align: middle;
  width: 1.71rem;
}

footer .ftop .ftl .logm .codmbox {
  display: none;
}
footer .ftop .ftl .logm .codm{display: inline-block;vertical-align: top;margin-right: .3rem;}
footer .ftop .ftl .logm .codm:last-child{margin-right: 0;}

footer .ftop .fml {
  display: inline-block;
  vertical-align: top;
}

footer .ftop .fml .contlis {
  width: 100%;
}

footer .ftop .fml .contlis .cit {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.26rem;
}

footer .ftop .fml .contlis .culs {
  width: 100%;
}

footer .ftop .fml .contlis .culs .cli {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  padding: 0.06rem 0;
  font-size: 0;
}

footer .ftop .fml .contlis .culs .cli .ic {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -0.02rem;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
  margin-top: calc((0.75em - 0.1rem));
}

footer .ftop .fml .contlis .culs .cli .ic img {
  width: 100%;
  display: block;
}

footer .ftop .fml .contlis .culs .cli .cm {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  line-height: 1.5;
  width: calc(100% - 0.3rem);
}

footer .ftop .fmr {
  display: inline-block;
  vertical-align: top;
}

footer .ftop .fmr .cit {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.26rem;
}

footer .ftop .fmr .cum {
  width: 100%;
}

footer .ftop .fmr .cum .cas {
  width: 100%;
  padding: 0.06rem 0;
}

footer .ftop .fmr .cum .cas a {
  width: 100%;
  display: block;
  color: #fff;
  line-height: 1.5;
}

footer .ftop .fmr .cum .cas a span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.02rem;
  width: 10px;
  height: 16px;
  margin-left: 0.2rem;
}

footer .ftop .fmr .cum .cas a span img {
  width: 100%;
  display: block;
}

footer .ftop .fmr .cum .cas a span img:first-child {
  display: block;
}

footer .ftop .fmr .cum .cas a span img:last-child {
  display: none;
}

footer .ftop .fmr .cum .cas a:hover {
  color: #00a93d;
}

footer .ftop .fmr .cum .cas a:hover span img:first-child {
  display: none;
}

footer .ftop .fmr .cum .cas a:hover span img:last-child {
  display: block;
}

footer .ftop .ftr {
  display: inline-block;
  vertical-align: top;
}

footer .ftop .codm {
  display: inline-block;
  vertical-align: middle;
  margin-right: .3rem; 
}
footer .ftop .codm:last-child{margin-right: 0;}

footer .ftop .codm .cmg {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 auto 0.1rem;
  background-color: #fff;
}

footer .ftop .codm .cmg img {
  width: 100%;
  display: block;
}

footer .ftop .codm .cm {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.8;
}

footer .fbot {
  width: 100%;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  padding: 0.3rem 0 0.5rem;
}

footer .fbot .fot {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

footer .fbot .fot .fm {
  display: inline-block;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
}

footer .fbot .fot .fm p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
}

@media (max-width: 800px) {
  footer .ftop {
    padding: 0.5rem 0;
  }
  footer .ftop .ftl {
    width: 100%;
    margin-bottom: 0.6rem;
  }
  footer .ftop .ftl .logm {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  footer .ftop .ftl .logm a {
    width: 2.1rem;
    position: relative;
    top: -0.2rem;
  }
  footer .ftop .ftl .logm .codmbox {
    display: inline-block;
    vertical-align: middle; 
    text-align: center;
  }
  footer .ftop .ftl .logm .codm .cmg {
    display: inline-block;
    margin: 0 0 0.1rem;
  }
  /* footer .ftop .ftl .logm .codm .cm {
    text-align: left;
  } */
  footer .ftop .fml {
    width: 66%;
    margin-right: 4%;
    margin-bottom: 0.3rem;
  }
  footer .ftop .fmr {
    width: 30%;
    margin-bottom: 0.3rem;
  }
  footer .ftop .fmr .cum .cas a span {
    margin-left: 0.2rem;
    top: -0.03rem;
  }
  footer .ftop .ftr {
    width: 100%;
    display: none;
  }
}

.modular .mitop {
  width: 100%;
  margin-bottom: 0.5rem;
}

.modular .mitop .cn {
  width: 100%;
  color: #333;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0.06rem;
}

.modular .mitop .en {
  width: 100%;
  color: #a0bbcc;
  font-style: italic;
  line-height: 1.3;
}

.modular .mitop .lx {
  width: 100%;
  font-size: 0;
  margin-top: 0.1rem;
}

.modular .mitop .lx span {
  display: inline-block;
  vertical-align: middle;
  width: 2.4rem;
  height: 0.04rem;
  background-image: linear-gradient(-90deg, #10713a 0%, #66af2c 100%), linear-gradient(#000000, #000000);
  background-blend-mode: normal, 
 normal;
  border-radius: 0.04rem;
}

.abouts {
  width: 100%;
  padding: 1.2rem 0;
}

.abouts .about {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.abouts .about .abl {
  display: inline-block;
  vertical-align: middle;
  width: calc((960 / 1600) * 100%);
  position: relative;
}

.abouts .about .abl .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0.6rem 0.6rem  0 0.6rem;
}

.abouts .about .abl .imgs .img {
  width: 100%;
  padding-top: 66.66%;
}

.abouts .about .abl .play {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 0.7rem;
  height: 0.7rem;
  cursor: pointer;
}

.abouts .about .abl .play img {
  width: 100%;
  display: block;
}

.abouts .about .abl .pic {
  width: 3rem;
  position: absolute;
  left: 0;
  bottom: -0.6rem;
  background-color: #ffffff;
  box-shadow: 0px 15px 40px 0px rgba(0, 92, 17, 0.1);
  border-radius: 0.3rem;
  transform: translateX(-50%);
}

.abouts .about .abl .pic img {
  width: 100%;
  display: block;
}

.abouts .about .abr {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: calc((480 / 1600) * 100%);
}

.abouts .about .abr .aop {
  width: 100%;
}

.abouts .about .abr .aob {
  width: 100%;
  padding-bottom: 0.3rem;
}

.abouts .about .abr .sinp {
  width: 100%;
  color: #73787e;
  line-height: 1.8;
}

.abouts .about .abr .sinp p {
  color: #73787e;
  line-height: 1.8;
}

.abouts .about .abr .numc {
  width: 100%;
  color: rgba(164, 180, 199, 0.2);
  line-height: 1.3;
  font-weight: bold;
  font-style: italic;
}

.abouts .about .abr .more {
  width: 100%;
  font-size: 0;
  margin-top: 0.3rem;
}

.abouts .about .abr .more a {
  color: #333;
  line-height: 3;
  box-shadow: 0px 15px 40px 0px rgba(190, 205, 201, 0.42);
  border-radius: 1.5em;
  padding: 0 0.3rem;
  display: inline-block;
  vertical-align: middle;
}

.abouts .about .abr .more a span {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 16px;
  position: relative;
  top: -0.02rem;
  margin-left: 0.26rem;
}

.abouts .about .abr .more a span img {
  width: 100%;
  display: block;
}

.abouts .about .abr .more a span img:first-child {
  display: block;
}

.abouts .about .abr .more a span img:last-child {
  display: none;
}

.abouts .about .abr .more a:hover {
  color: #fff;
  background-image: linear-gradient(-90deg, #10713a 0%, #66af2c 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, 
 normal;
  box-shadow: 0px 10px 26px 0px rgba(0, 107, 20, 0.25);
}

.abouts .about .abr .more a:hover span img:first-child {
  display: none;
}

.abouts .about .abr .more a:hover span img:last-child {
  display: block;
}

@media (max-width: 800px) {
  .abouts {
    padding: 0.5rem 0;
  }
  .abouts .about .abl .pic {
    bottom: 0;
    left: 0;
    transform: translateX(0);
  }
}

.newx {
  width: 100%;
  padding: 1.2rem 0;
  background-color: rgba(220, 229, 238, 0.2);
}

.newx .netop {
  width: 100%;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.4rem;
}

.newx .netop .nel {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding-bottom: 0.2rem;
}

.newx .netop .nel .mitop {
  margin-bottom: 0;
}

.newx .netop .ner {
  width: 12rem;
  display: inline-block;
  vertical-align: middle;
}

.newx .netop .ner .swiper-container {
  padding: 0rem 0 0.3rem;
}

.newx .netop .ner .swiper-wrapper {
  justify-content: flex-end;
}

.newx .netop .ner .swiper-slide {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.2rem;
}

.newx .netop .ner .swiper-slide a {
  width: 100%;
  display: block;
  color: #80898e;
  line-height: 3;
  border-radius: 1.5em;
  padding: 0 0.4rem;
}

.newx .netop .ner .swiper-slide.on a {
  color: #fff;
  background-image: linear-gradient(-90deg, #10713a 0%, #66af2c 100%), linear-gradient(#51bb65, #51bb65);
  background-blend-mode: normal, 
 normal;
  box-shadow: 0px 10px 26px 0px rgba(0, 107, 20, 0.25);
}

.newx .netop .ner .swiper-slide:hover a {
  color: #fff;
  background-image: linear-gradient(-90deg, #10713a 0%, #66af2c 100%), linear-gradient(#51bb65, #51bb65);
  background-blend-mode: normal, 
 normal;
  box-shadow: 0px 10px 26px 0px rgba(0, 107, 20, 0.25);
}

.newx .newcont {
  width: 100%;
}

.newx .newcont .newcom {
  width: 100%;
  display: none;
}

.newx .newcont .newcom.on {
  display: block;
}

.newx .newcont .newom {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.newx .newcont .newom .nel {
  display: inline-block;
  vertical-align: middle;
  width: calc((840 / 1600) * 100%);
  position: relative;
}

.newx .newcont .newom .nel a {
  width: 100%;
  display: block;
}

.newx .newcont .newom .nel .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0 0.6rem 0.6rem 0.6rem;
}

.newx .newcont .newom .nel .imgs .img {
  width: 100%;
  padding-top: 66.66%;
  transition: all ease 0.5s;
}

.newx .newcont .newom .nel .imgs .mg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
}

.newx .newcont .newom .nel .vom {
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0px 15px 40px 0px rgba(0, 92, 17, 0.1);
  border-radius: 0.4rem;
  right: -0.4rem;
  bottom: -0.5rem;
  padding: 0.4rem 0.4rem;
  font-size: 0;
  width: 90%;
}

.newx .newcont .newom .nel .vom .vol {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.83rem);
}

.newx .newcont .newom .nel .vom .vol .vt {
  width: 100%;
  color: #80898e;
  line-height: 1.5;
}

.newx .newcont .newom .nel .vom .vol .vm {
  width: 100%;
  color: #222;
  line-height: 1.5;
  max-height: 3em;
}

.newx .newcont .newom .nel .vom .vor {
  display: inline-block;
  vertical-align: middle;
  width: 0.53rem;
  height: 0.53rem;
  border-radius: 50%;
  margin-left: 0.3rem;
  background-image: linear-gradient(-90deg, #10713a 0%, #66af2c 100%), linear-gradient(#278f47, #278f47);
  background-blend-mode: normal, 
 normal;
  box-shadow: 0px 10px 26px 0px rgba(0, 107, 20, 0.25);
}

.newx .newcont .newom .nel:hover .imgs .img {
  transform: scale(1.1);
}

.newx .newcont .newom .ner {
  display: flex;
  flex-wrap: wrap;
  width: calc((700 / 1600) * 100%);
  align-content: space-around;
}

.newx .newcont .newom .ner .nerm {
  width: 100%;
  display: block;
  border-bottom: solid 1px rgba(221, 221, 221, 0.5);
  height: 25%;
}

.newx .newcont .newom .ner .nerm a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0;
  padding: 0.24rem 0;
}

.newx .newcont .newom .ner .nerm .eml {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 1.36rem);
  padding-right: 0.2rem;
}

.newx .newcont .newom .ner .nerm .eml .tim {
  width: 100%;
  color: #80898e;
  line-height: 1.5;
  margin-bottom: 0.04rem;
}

.newx .newcont .newom .ner .nerm .eml .tix {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.newx .newcont .newom .ner .nerm .emr {
  display: inline-block;
  vertical-align: middle;
  width: 1.36rem;
  position: relative;
  border-radius: 0.12rem;
  overflow: hidden;
}

.newx .newcont .newom .ner .nerm .emr .img {
  width: 100%;
  padding-top: 66.91%;
  transition: all ease 0.5s;
}

.newx .newcont .newom .ner .nerm:hover .emr .img {
  transform: scale(1.1);
}

.newx .newcont .newom .ner .nerm:hover .eml .tix {
  color: #00a93d;
}

@media (max-width: 800px) {
  .newx .netop .ner .swiper-wrapper {
    justify-content: flex-start;
  }
  .newx .newcont .newom .nel .vom {
    width: 100%;
    position: relative;
    bottom: 0;
    right: 0;
  }
}

.procens {
  width: 100%;
  padding: 1.2rem 0;
}

.procens .petop {
  width: 100%;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.2rem;
}

.procens .petop .pel {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding-bottom: 0.2rem;
}

.procens .petop .pel .mitop {
  margin-bottom: 0;
}

.procens .petop .per {
  width: 13rem;
  display: inline-block;
  vertical-align: middle;
}

.procens .petop .per .swiper-container {
  padding: 0rem 0 0.3rem;
}

.procens .petop .per .swiper-wrapper {
  justify-content: flex-end;
}

.procens .petop .per .swiper-slide {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.1rem;
}

.procens .petop .per .swiper-slide a {
  width: 100%;
  display: block;
  color: #80898e;
  line-height: 3;
  border-radius: 1.5em;
  padding: 0 0.3rem;
}

.procens .petop .per .swiper-slide.on a {
  color: #fff;
  background-image: linear-gradient(-90deg, #10713a 0%, #66af2c 100%), linear-gradient(#51bb65, #51bb65);
  background-blend-mode: normal, 
 normal;
  box-shadow: 0px 10px 26px 0px rgba(0, 107, 20, 0.25);
}

.procens .petop .per .swiper-slide:hover a {
  color: #fff;
  background-image: linear-gradient(-90deg, #10713a 0%, #66af2c 100%), linear-gradient(#51bb65, #51bb65);
  background-blend-mode: normal, 
 normal;
  box-shadow: 0px 10px 26px 0px rgba(0, 107, 20, 0.25);
}

.procens .peconts {
  width: 100%;
}

.procens .propers {
  width: 100%;
  position: relative;
}

.procens .propers .swiper-container {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: calc((160 / 1920) * 100%);
}

.procens .propers .swiper-slide {
  width: 100%;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 15px 40px 0px rgba(190, 205, 201, 0.42);
  border-radius: 0.4rem;
}

.procens .propers .swiper-slide a {
  width: 100%;
  display: block;
}

.procens .propers .swiper-slide .amg {
  width: 100%;
  overflow: hidden;
}

.procens .propers .swiper-slide .amg .img {
  width: 100%;
  padding-top: 67.30%;
}

.procens .propers .swiper-slide .swm {
  width: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 3;
  top: 0;
  padding: 0.4rem 0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.procens .propers .swiper-slide .swm .swl {
  display: inline-block;
  vertical-align: middle;
  width: calc((320 / 680) * 100%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-items: space-around;
}

.procens .propers .swiper-slide .swm .swl .sit {
  width: 100%;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
}

.procens .propers .swiper-slide .swm .swl .sinc {
  width: 100%;
  overflow: hidden;
}

.procens .propers .swiper-slide .swm .swl .sinp {
  width: 100%;
  color: #666;
  line-height: 1.5;
  height: 1.8rem;
  margin: 0.2rem 0 0.2rem;
}

.procens .propers .swiper-slide .swm .swl .sinp p {
  color: #666;
  line-height: 1.5;
}

.procens .propers .swiper-slide .swm .swl .sot {
  width: 100%;
  font-size: 0;
}

.procens .propers .swiper-slide .swm .swl .sot span {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 3;
  box-shadow: 0px 15px 40px 0px rgba(190, 205, 201, 0.42);
  border-radius: 1.5em;
  padding: 0 0.3rem;
}

.procens .propers .swiper-slide .swm .swl .sot span b {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 16px;
  position: relative;
  top: -0.02rem;
  margin-left: 0.14rem;
}

.procens .propers .swiper-slide .swm .swl .sot span b img {
  width: 100%;
  display: block;
}

.procens .propers .swiper-slide .swm .swl .sot span b img:first-child {
  display: block;
}

.procens .propers .swiper-slide .swm .swl .sot span b img:last-child {
  display: none;
}

.procens .propers .swiper-slide .swm .swr {
  display: inline-block;
  vertical-align: middle;
  width: calc((300 / 680) * 100%);
}

.procens .propers .swiper-slide .swm .swr .smg {
  width: 100%;
  position: relative;
}

.procens .propers .swiper-slide .swm .swr .smg .img {
  width: 100%;
  padding-top: 87.5%;
}

.procens .propers .swiper-slide .swm .num {
  position: absolute;
  z-index: 4;
  font-weight: bold;
  font-style: italic;
  right: 0.5rem;
  bottom: 0.5rem;
  color: #333;
  line-height: 1.5;
}

.procens .propers .swiper-slide:hover .swm .swl .sot span {
  color: #fff;
  background-image: linear-gradient(-90deg, #10713a 0%, #66af2c 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, 
 normal;
  box-shadow: 0px 10px 26px 0px rgba(0, 107, 20, 0.25);
}

.procens .propers .swiper-slide:hover .swm .swl .sot span b img:first-child {
  display: none;
}

.procens .propers .swiper-slide:hover .swm .swl .sot span b img:last-child {
  display: block;
}

.procens .propers .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0px 15px 40px 0px rgba(190, 205, 201, 0.42);
}

.procens .propers .btn img {
  width: 100%;
  display: block;
}

.procens .propers .btn img:first-child {
  display: block;
}

.procens .propers .btn img:last-child {
  display: none;
}

.procens .propers .btn:hover {
  background-image: linear-gradient(-90deg, #10713a 0%, #66af2c 100%), linear-gradient(#278f47, #278f47);
  background-blend-mode: normal, 
 normal;
  box-shadow: 0px 10px 26px 0px rgba(0, 107, 20, 0.25);
}

.procens .propers .btn:hover img:first-child {
  display: none;
}

.procens .propers .btn:hover img:last-child {
  display: block;
}

.procens .propers .bl {
  left: calc((160 / 1920) * 100% - 0.28rem);
}

.procens .propers .br {
  right: calc((160 / 1920) * 100% - 0.28rem);
}

@media (max-width: 1620px) {
  .procens .propers .swiper-container {
    padding-left: 3%;
    padding-right: 3%;
  }
  .procens .propers .bl {
    left: calc(3% - 0.1rem);
  }
  .procens .propers .br {
    right: calc(3% - 0.1rem);
  }
}

@media (max-width: 800px) {
  .procens .petop .per .swiper-wrapper {
    justify-content: flex-start;
  }
  .procens .propers .swiper-slide .swm .swl {
    width: 50%;
  }
  .procens .propers .swiper-slide .swm .swr {
    width: 45%;
  }
}

.networks {
  width: 100%;
  padding: 1rem 0;
  background-color: #f8fafc;
}

.networks .netom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  overflow: hidden;
}

.networks .netom .nel {
  display: inline-block;
  vertical-align: middle;
  width: calc((340 / 1600) * 100%);
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  padding-top: 0.4rem;
}

.networks .netom .nel .nit {
  width: 100%;
  color: #00a93d;
  line-height: 1.5;
  margin: 0.2rem 0;
  position: relative;
}

.networks .netom .nel .nit:after {
  content: ' ';
  position: absolute;
  z-index: 2;
  right: -0.7rem;
  top: 0;
  width: 0.7rem;
  height: 0.5rem;
  background-image: url("../images/i1.png");
  background-size: 100% 100%;
}

.networks .netom .nel .nip {
  width: 100%;
  color: #666;
  line-height: 1.8;
  margin: 0.2rem 0 0.4rem;
}

.networks .netom .nel .nip p {
  color: #666;
  line-height: 1.8;
}

.networks .netom .nel .nip span, .networks .netom .nel .nip b {
  line-height: 1.8;
}

.networks .netom .nel .ninp {
  width: 100%;
  color: #666;
  line-height: 1.8;
  margin: 0.4rem 0;
}

.networks .netom .nel .ninp p {
  color: #666;
  line-height: 1.8;
}

.networks .netom .nel .ninp span, .networks .netom .nel .ninp b {
  line-height: 1.8;
}

.networks .netom .nel .voms {
  width: 100%;
  margin: 0.4rem 0;
}

.networks .netom .nel .voms .nid {
  width: 100%;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.networks .netom .nel .voms .nid span {
  color: #00a93d;
}

.networks .netom .nel .voms .vul {
  width: 100%;
}

.networks .netom .nel .voms .vul .vli {
  width: 100%;
  color: #666;
  line-height: 2;
  cursor: pointer;
}

.networks .netom .nel .voms .vul .vli.on {
  color: #00a93d;
}

.networks .netom .nel .more {
  width: 100%;
  font-size: 0;
  margin-top: 0.7rem;
}

.networks .netom .nel .more a {
  color: #333;
  line-height: 3;
  box-shadow: 0px 15px 40px 0px rgba(190, 205, 201, 0.42);
  border-radius: 1.5em;
  padding: 0 0.3rem;
  display: inline-block;
  vertical-align: middle;
}

.networks .netom .nel .more a span {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 16px;
  position: relative;
  top: -0.02rem;
  margin-left: 0.26rem;
}

.networks .netom .nel .more a span img {
  width: 100%;
  display: block;
}

.networks .netom .nel .more a span img:first-child {
  display: block;
}

.networks .netom .nel .more a span img:last-child {
  display: none;
}

.networks .netom .nel .more a:hover {
  color: #fff;
  background-image: linear-gradient(-90deg, #10713a 0%, #66af2c 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, 
 normal;
  box-shadow: 0px 10px 26px 0px rgba(0, 107, 20, 0.25);
}

.networks .netom .nel .more a:hover span img:first-child {
  display: none;
}

.networks .netom .nel .more a:hover span img:last-child {
  display: block;
}

.networks .netom .ner {
  display: inline-block;
  vertical-align: middle;
  width: calc((1120 / 1600) * 100%);
}

.networks .netom .ner .imgs {
  width: 100%;
  position: relative;
}

.networks .netom .ner .imgs .img {
  width: 100%;
  padding-top: 71.42%;
}

.networks .netom .ner .imgs .pointlis {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.networks .netom .ner .imgs .pointlis .pitm {
  position: absolute;
  top: 0;
  cursor: pointer;
}

.networks .netom .ner .imgs .pointlis .pitm .vb {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.networks .netom .ner .imgs .pointlis .pitm .vb:after {
  content: ' ';
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 0rem;
  height: 0rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  animation: sales  infinite ease-in-out 5s;
  opacity: 0;
}

@keyframes sales {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    width: 1rem;
    height: 1rem;
    opacity: 0;
  }
}

.networks .netom .ner .imgs .pointlis .pitm .vb .pi {
  display: block;
  width: 0.26rem;
  position: relative;
  top: 0;
  transition: all ease 0.5s;
  margin: 0 auto 0.04rem;
}

.networks .netom .ner .imgs .pointlis .pitm .vb .pi img {
  width: 100%;
  display: block;
}

.networks .netom .ner .imgs .pointlis .pitm .vb .pv {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  top: 0;
  color: #333;
  position: relative;
  transition: all ease 0.5s;
  white-space: nowrap;
}

.networks .netom .ner .imgs .pointlis .pitm.on .vb .pi {
  position: relative;
  top: -0.1rem;
}

.networks .netom .ner .imgs .pointlis .pitm.on .vb .pv {
  color: #00a93d;
  top: -0.1rem;
}

.networks .specifics {
  width: 100%;
  margin-top: 0.8rem;
  box-shadow: 0px 15px 40px 0px rgba(190, 205, 201, 0.42);
  border-radius: 0.2rem;
  font-size: 0;
  border-radius: 0.2rem;
}

.networks .specifics .speom {
  display: inline-block;
  vertical-align: middle;
  width: calc((400 / 1600) * 100%);
  position: relative;
}

.networks .specifics .speom .bm {
  width: 100%;
  padding-top: 75%;
}

.networks .specifics .speom .som {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 100%;
  z-index: 2;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  text-align: center;
  justify-content: center;
  padding: 0.2rem;
  background-color: #fff;
}

.networks .specifics .speom .som .sit {
  width: 100%;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}

.networks .specifics .speom .som .sit span {
  color: #00a93d;
}

.networks .specifics .speom .som .lx {
  width: 100%;
  text-align: center;
  font-size: 0;
  margin: 0.2rem 0 0.25rem;
}

.networks .specifics .speom .som .lx span {
  width: 0.46rem;
  display: inline-block;
  vertical-align: middle;
  height: 3px;
  background-color: #00a93d;
}

.networks .specifics .speom .som .sip {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  color: #666;
  height: 3em;
}

.networks .specifics .speom .som .sip p {
  line-height: 1.5;
  color: #666;
}

.networks .specifics .speom:first-child .som {
  border-radius: 0.2rem 0 0 0.2rem;
}

.networks .specifics .speom:last-child .som {
  border-radius: 0 0.2rem 0.2rem 0;
}

.networks .specifics .speom.on .som {
  height: 120%;
  background-image: linear-gradient(-90deg, #10713a 0%, #66af2c 100%), linear-gradient(#093075, #093075);
  background-blend-mode: normal, 
 normal;
  border-radius: 0.2rem;
}

.networks .specifics .speom.on .som .sit {
  color: #fff;
  transform: scale(1.1);
}

.networks .specifics .speom.on .som .sit span {
  color: #fff;
}

.networks .specifics .speom.on .som .lx span {
  background-color: #fff;
}

.networks .specifics .speom.on .som .sip {
  width: 100%;
  color: #fff;
}

.networks .specifics .speom.on .som .sip p {
  color: #fff;
}

.networks .specifics .speom + .speom {
  border-left: solid 1px rgba(221, 221, 221, 0.5);
}

@media (max-width: 800px) {
  .networks .specifics {
    box-shadow: none;
    border-radius: 0;
  }
  .networks .specifics .speom {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0.3rem;
    border-radius: 0.2rem;
    box-shadow: 0px 15px 40px 0px rgba(190, 205, 201, 0.42);
  }
  .networks .specifics .speom .bm {
    border-radius: 0.2rem;
    padding-top: 90%;
  }
  .networks .specifics .speom .som .sip {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 6em;
  }
  .networks .specifics .speom:hover .som {
    height: 115%;
  }
  .networks .specifics .speom:nth-child(2n) {
    margin-right: 0;
  }
  .networks .specifics .speom + .speom {
    border-left: none;
  }
}

.nanber {
  width: 100%;
  position: relative;
}

.nanber .img {
  width: 100%;
  padding-top: 39.58%;
}

.nanber .nob {
  position: absolute;
  top: 50%;
  left: calc((160 / 1920) * 100%);
  transform: translateY(-50%);
  width: 80%;
}

.nanber .nob .cn {
  width: 100%;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}

.nanber .nob .en {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

@media (max-width: 1620px) {
  .nanber .nob {
    left: 3%;
  }
}

@media (max-width: 800px) {
  .nanber .img {
    padding-top: 60%;
  }
}

.crumbs {
  width: 100%;
}

.crumbs .crum {
  width: 100%;
  position: relative;
  z-index: 3;
  top: -0.15rem;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 0.15rem;
  background-color: #ffffff;
  box-shadow: 0px 5px 10px 0px rgba(0, 46, 99, 0.06);
}

.crumbs .crum:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 0.2rem;
  height: 100%;
  background-color: #00a93d;
  border-radius: 0.15rem 0 0 0.15rem;
}

.crumbs .crum .cur {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding-right: 0.3rem;
}

.crumbs .crum .cur .home {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.12rem;
  position: relative;
  top: -0.02rem;
}

.crumbs .crum .cur .home img {
  width: 100%;
  display: block;
}

.crumbs .crum .cur a {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 3.5;
}

.crumbs .crum .cur a span {
  display: inline-block;
  color: #000;
  margin: 0 0.1rem;
}

.crumbs .crum .cur a:hover {
  color: #00a93d;
}

.crumbs .crum .cur a:last-child span {
  display: none;
}

.crumbs .crum .cul {
  display: inline-block;
  vertical-align: middle;
  flex: 1;
  padding-left: 0.2rem;
}

.crumbs .crum .cul .swiper-container {
  width: 100%;
}

.crumbs .crum .cul .swiper-slide {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  position: relative;
}

.crumbs .crum .cul .swiper-slide:after {
  content: ' ';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 0.3rem;
  background-color: #ddd;
}

.crumbs .crum .cul .swiper-slide a {
  width: 100%;
  display: block;
  padding: 0 0.3rem;
  color: #000;
  line-height: 3.5;
  line-height: 0.8rem;
}

.crumbs .crum .cul .swiper-slide:last-child:after {
  display: none;
}

.crumbs .crum .cul .swiper-slide.on a {
  color: #00a93d;
}

@media (max-width: 800px) {
  .crumbs .crum .cur {
    border-top: solid 1px #ddd;
    width: 100%;
    padding-left: 0.4rem;
  }
  .crumbs .crum .cul {
    width: 100%;
    padding-left: 0.2rem;
  }
  .crumbs .crum .cul .swiper-slide a {
    line-height: 3.5;
  }
}

.mission {
  width: 100%;
  padding: 1.2rem 0;
}

.mission .metop {
  width: 100%;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.4rem;
}

.mission .metop .mel {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding-bottom: 0.2rem;
}

.mission .metop .mel .mitop {
  margin-bottom: 0;
}

.mission .metop .mer {
  width: calc((960 / 1600) * 100%);
  display: inline-block;
  vertical-align: middle;
}

.mission .metop .mer .minp {
  width: 100%;
  color: #73787e;
  line-height: 1.5;
  position: relative;
}

.mission .metop .mer .minp:after {
  content: ' ';
  position: absolute;
  width: 0.46rem;
  height: 0.37rem;
  background-image: url("../images//i3.png");
  background-size: 100% 100%;
  left: -0.9rem;
  top: 0;
}

.mission .metop .mer .minp p {
  color: #73787e;
  line-height: 1.5;
}

.mission .mimg {
  width: 100%;
}

.mission .mimg .minc {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.mission .mimg .minc p {
  color: #666;
  line-height: 1.5;
}

.mission .mimg .minc img {
  max-width: 100%;
}

.philosophy {
  width: 100%;
  padding: 1rem 0;
}

.philosophy .philm {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.philosophy .philm .phl {
  display: inline-block;
  vertical-align: top;
  width: calc((480 / 1600) * 100%);
}

.philosophy .philm .phl .phlist {
  width: 100%;
}

.philosophy .philm .phl .phlist .ploem:first-child {
  border-top: solid 1px #ccc;
}

.philosophy .philm .phl .phlist .ploem {
  width: 100%;
  padding: 0.4rem 0;
  border-bottom: solid 1px #ccc;
}

.philosophy .philm .phl .phlist .ploem .ic {
  width: 100%;
  font-size: 0;
}

.philosophy .philm .phl .phlist .ploem .ic span {
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  vertical-align: middle;
}

.philosophy .philm .phl .phlist .ploem .ic span img {
  width: 100%;
  display: block;
}

.philosophy .philm .phl .phlist .ploem .sit {
  width: 100%;
  color: #222;
  line-height: 1.5;
  margin: 0.1rem 0;
}

.philosophy .philm .phl .phlist .ploem .sim {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.philosophy .philm .phl .phlist .ploem:hover {
  border-bottom: solid 1px #00a93d;
}

.philosophy .philm .phl .phlist .ploem:hover .sit {
  color: #00a93d;
}

.philosophy .philm .phr {
  display: inline-block;
  vertical-align: top;
  width: calc((990 / 1600) * 100%);
}

.philosophy .philm .phr .proms {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.philosophy .philm .phr .proms .pomm {
  display: flex;
  flex-wrap: wrap;
  width: calc((480 / 990) * 100%);
}

.philosophy .philm .phr .proms .pomm .som {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 0.6rem;
  margin-bottom: 0.3rem;
}

.philosophy .philm .phr .proms .pomm .som .img {
  width: 100%;
  padding-top: 75%;
}

.philosophy .philm .phr .proms .pomm .hom {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 0.6rem;
}

.philosophy .philm .phr .proms .pomm .hom .img {
  width: 100%;
  padding-top: 133.33%;
}

.philosophy .philm .phr .proms .pomm:nth-child(2n) {
  flex-direction: column-reverse;
}

.philosophy .philm .phr .proms .pomm:nth-child(2n) .som {
  margin-bottom: 0;
  margin-top: 0.3rem;
}

.philosophy .philm .phr .vroms {
  width: 100%;
  margin-top: 0.3rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.6rem;
}

.philosophy .philm .phr .vroms .img {
  width: 100%;
  padding-top: 42.42%;
}

.philosophy .philm .phlist.w100 {
  width: 100%;
}

.philosophy .philm .phlist.w100 .ploem {
  width: 48%;
  padding: 0.4rem 0;
  margin-right: 4%;
  border-bottom: solid 1px #ccc;
  display: inline-block;
  vertical-align: top;
}

.philosophy .philm .phlist.w100 .ploem .ic {
  width: 100%;
  font-size: 0;
}

.philosophy .philm .phlist.w100 .ploem .ic span {
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  vertical-align: middle;
}

.philosophy .philm .phlist.w100 .ploem .ic span img {
  width: 100%;
  display: block;
}

.philosophy .philm .phlist.w100 .ploem .sit {
  width: 100%;
  color: #222;
  line-height: 1.5;
  margin: 0.1rem 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.philosophy .philm .phlist.w100 .ploem .sim {
  width: 100%;
  color: #333;
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.philosophy .philm .phlist.w100 .ploem:nth-child(2n) {
  margin-right: 0;
}

.philosophy .philm .phlist.w100 .ploem:hover {
  border-bottom: solid 1px #00a93d;
}

.philosophy .philm .phlist.w100 .ploem:hover .sit {
  color: #00a93d;
}

.rightnav {
  position: fixed;
  right: 0.2rem;
  top: 60%;
  z-index: 10;
  transform: translateY(-50%);
}

.rightnav .rtem {
  width: 0.9rem;
  height: 0.9rem;
  cursor: pointer;
  background-color: #ffffff;
  box-shadow: 0px 0.15rem 0.4rem 0px rgba(46, 89, 78, 0.2);
  border-radius: 0.3rem 0.3rem 0px 0.3rem;
  border: solid 1px #dddddd;
}

.rightnav .rtem img {
  width: 100%;
  display: block;
}

.rightnav .rtem img:first-child {
  display: block;
}

.rightnav .rtem img:last-child {
  display: none;
}

.rightnav .rtem:hover {
  background-color: #00a93d;
  border: solid 1px #00a93d;
}

.rightnav .rtem:hover img:first-child {
  display: none;
}

.rightnav .rtem:hover img:last-child {
  display: block;
}

.messages {
  position: fixed;
  z-index: 22;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.messages .megon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 6.4rem;
  width: 640px;
  max-width: 90%;
  border-radius: 0.2rem;
  padding: 0.6rem;
}

.messages .megon .mitop {
  margin-bottom: 0.3rem;
}

.messages .megon .pip {
  width: 100%;
  margin-bottom: 0.3rem;
  color: #73787e;
  line-height: 1.5;
}

.messages .megon .close {
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  right: 0.2rem;
  top: 0.2rem;
  cursor: pointer;
}

.messages .megon .close img {
  width: 100%;
  display: block;
}

.messages .megon form {
  width: 100%;
  display: block;
}

.messages .megon form .input {
  width: 100%;
  display: block;
  font-size: 0;
  background-color: #ecf1f5;
  border-radius: 0.25rem;
  padding: 0 0.3rem;
}

.messages .megon form .input input {
  width: 100%;
  display: block;
  color: #999;
  line-height: 3;
  height: 3em;
  padding: 0 0.1rem;
  border: none;
  background-color: transparent;
}

.messages .megon form .input textarea {
  padding: 0.2rem 0.1rem;
  line-height: 1.5;
  color: #999;
  width: 100%;
  display: block;
  border: none;
  background-color: transparent;
}

.messages .megon form .input + .input {
  margin-top: 0.2rem;
}

.messages .megon form .input.yzm {
  display: flex;
  align-items: center;
}

.messages .megon form .input.yzm input {
  flex: 1;
  display: inline-block;
  vertical-align: middle;
}

.messages .megon form .input.yzm .yzm {
  display: inline-block;
  vertical-align: middle;
  height: 3em;
}

.messages .megon form .input.yzm .yzm img {
  width: 100%;
  height: 100%;
  display: block;
}

.messages .megon form .mot {
  width: 100%;
  margin-top: 0.2rem;
}

.messages .megon form .mot .mtn {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 0 0.4rem;
  line-height: 3;
  height: 3em;
  color: #fff;
  background-image: linear-gradient(-90deg, #10713a 0%, #66af2c 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, 
 normal;
  box-shadow: 0px 10px 26px 0px rgba(0, 107, 20, 0.25);
  border-radius: 1.5em;
  position: relative;
}

.messages .megon form .mot .mtn span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.15rem;
  position: relative;
  top: -0.02rem;
}

.messages .megon form .mot .mtn .sub {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 3;
  opacity: 0;
  border-radius: 1.5em;
}

.joinsv {
  width: 100%;
  padding: 1rem 0 0;
  background-color: #edf2f6;
}

.joinsv .joinpers {
  width: 100%;
}

.joinsv .joinpers .swiper-container {
  padding-bottom: 0.4rem;
}

.joinsv .joinpers .swiper-slide {
  width: 100%;
  position: relative;
}

.joinsv .joinpers .swiper-slide .imgs {
  width: 100%;
  overflow: hidden;
  border-radius: 0.2rem;
}

.joinsv .joinpers .swiper-slide .imgs .img {
  width: 100%;
  padding-top: 53.33%;
}

.joinsv .joinpers .swiper-slide .bov {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.3rem;
  opacity: 0;
}

.joinsv .joinpers .swiper-slide .bov .vtn {
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  padding: 0 0.3rem;
  line-height: 3;
  border-radius: 1.5em;
  color: #333;
  cursor: pointer;
}

.joinsv .joinpers .swiper-slide .bov .vtn span {
  display: inline-block;
  vertical-align: middle;
  width: 0.18rem;
  height: 0.18rem;
  position: relative;
  top: -0.02rem;
}

.joinsv .joinpers .swiper-slide .bov .vtn span img {
  width: 100%;
  display: block;
}

.joinsv .joinpers .swiper-slide .bov .cm {
  display: inline-block;
  vertical-align: middle;
  flex: 1;
  margin-left: 0.3rem;
  color: #fff;
  line-height: 1.5;
}

.joinsv .joinpers .swiper-slide-active .bov {
  opacity: 1;
}

.joinsv .joinpers .swiper-pagination {
  bottom: 0rem;
  text-align: center;
}

.joinsv .joinpers .swiper-pagination-bullet {
  width: 0.4rem;
  height: 3px;
  background-color: #ddd;
  opacity: 1;
  border-radius: 0;
}

.joinsv .joinpers .swiper-pagination-bullet-active {
  background-color: #00a93d;
}

.joinsv .joims {
  width: 100%;
  max-width: 11.2rem;
  margin: 0 auto;
  padding: 1rem 0;
}

.joinsv .joims .jotop {
  width: 100%;
  text-align: center;
  margin-bottom: 0.4rem;
  position: relative;
}

.joinsv .joims .jotop:before {
  content: ' ';
  position: absolute;
  width: 0.46rem;
  height: 0.37rem;
  background-image: url("../images/i3.png");
  background-size: 100% 100%;
  bottom: 0;
  left: 0;
}

.joinsv .joims .jotop:after {
  content: ' ';
  position: absolute;
  width: 0.46rem;
  height: 0.37rem;
  background-image: url("../images/i16.png");
  background-size: 100% 100%;
  bottom: 0;
  right: 0;
}

.joinsv .joims .jotop .jit {
  width: 100%;
  color: #00a93d;
  line-height: 1.3;
  margin-bottom: 0.08rem;
}

.joinsv .joims .jotop .jm {
  width: 100%;
  color: #333;
  line-height: 1.3;
}

.joinsv .joims .joms {
  width: 100%;
  font-size: 0;
  text-align: center;
  margin: 0.4rem 0;
}

.joinsv .joims .joms a {
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
  box-shadow: 0px 15px 40px 0px rgba(190, 205, 201, 0.42);
  width: auto;
  padding: 0 0.36rem;
  line-height: 3;
  border-radius: 1.5em;
  color: #333;
}

.joinsv .joims .joms a span {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  position: relative;
  top: -0.02rem;
  margin-left: 0.22rem;
}

.joinsv .joims .joms a span img {
  width: 100%;
  display: block;
}

.joinsv .joims .joms a span img:first-child {
  display: block;
}

.joinsv .joims .joms a span img:last-child {
  display: none;
}

.joinsv .joims .joms a + a {
  margin-left: 0.4rem;
}

.joinsv .joims .joms a:hover {
  background-image: linear-gradient(-90deg, #10713a 0%, #66af2c 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, 
 normal;
  box-shadow: 0px 10px 26px 0px rgba(0, 107, 20, 0.25);
  color: #fff;
}

.joinsv .joims .joms a:hover span img:first-child {
  display: none;
}

.joinsv .joims .joms a:hover span img:last-child {
  display: block;
}

.joinsv .joims .job {
  width: 100%;
  font-size: 0;
}

.joinsv .joims .job .codm {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.joinsv .joims .job .codm .img {
  width: 2rem;
  height: 2rem;
  display: block;
  margin: 0 auto 0.15rem;
}

.joinsv .joims .job .codm .nc {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 1.5;
}

@media (max-width: 800px) {
  .joinsv .joinpers .swiper-slide .bov .cm {
    width: 100%;
    margin-top: 0.1rem;
    flex: none;
    font-size: 12px;
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}

.newst {
  width: 100%;
  padding: 1rem 0;
}

.newst .newslis {
  width: 100%;
}

.newst .newslis .newom {
  width: 100%;
  font-size: 0;
  transition: all ease 0.5s;
}

.newst .newslis .newom a {
  width: 100%;
  display: block;
  padding: 0.4rem;
}

.newst .newslis .newom .days {
  display: inline-block;
  vertical-align: middle;
  width: calc((90 / 1520) * 100%);
  position: relative;
  text-align: center;
}

.newst .newslis .newom .days .de {
  color: #00a93d;
  font-weight: bold;
  position: absolute;
  left: -0.6rem;
  top: 0;
  transform: rotate(-35deg);
}

.newst .newslis .newom .days .lx {
  height: 0.7rem;
  width: 1px;
  display: block;
  background-color: #a4b4c7;
  transform: rotate(35deg);
  position: relative;
  left: 0.3rem;
}

.newst .newslis .newom .days .ne {
  transform: rotate(-35deg);
  color: #a4b4c7;
  position: absolute;
  right: -0.4rem;
  bottom: 0.2rem;
}

.newst .newslis .newom .imgs {
  display: inline-block;
  vertical-align: middle;
  width: calc((460 / 1520) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.2rem;
}

.newst .newslis .newom .imgs .img {
  width: 100%;
  padding-top: 66.52%;
  transition: all ease 0.5s;
}

.newst .newslis .newom .nom {
  display: inline-block;
  vertical-align: middle;
  width: calc((970 / 1520) * 100%);
  padding-left: 0.5rem;
}

.newst .newslis .newom .nom .nit {
  width: 100%;
  color: #222;
  line-height: 1.5;
}

.newst .newslis .newom .nom .inp {
  width: 100%;
  color: #666;
  line-height: 1.5;
  height: 4.5em;
  margin: 0.2rem 0 0.3rem;
}

.newst .newslis .newom .nom .inp p {
  color: #666;
  line-height: 1.5;
}

.newst .newslis .newom .nom .not {
  width: 100%;
  font-size: 0;
}

.newst .newslis .newom .nom .not div {
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
  box-shadow: 0px 15px 40px 0px rgba(190, 205, 201, 0.42);
  width: auto;
  padding: 0 0.36rem;
  line-height: 3;
  border-radius: 1.5em;
  color: #333;
}

.newst .newslis .newom .nom .not div span {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  position: relative;
  top: -0.02rem;
  margin-left: 0.22rem;
}

.newst .newslis .newom .nom .not div span img {
  width: 100%;
  display: block;
}

.newst .newslis .newom .nom .not div span img:first-child {
  display: block;
}

.newst .newslis .newom .nom .not div span img:last-child {
  display: none;
}

.newst .newslis .newom:hover {
  background-color: #ffffff;
  box-shadow: 0px 15px 40px 0px rgba(46, 89, 78, 0.2);
  border-radius: 0.2rem;
}

.newst .newslis .newom:hover .imgs .img {
  transform: scale(1.1);
}

.newst .newslis .newom:hover .nom .not div {
  background-image: linear-gradient(-90deg, #10713a 0%, #66af2c 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, 
 normal;
  box-shadow: 0px 10px 26px 0px rgba(0, 107, 20, 0.25);
  color: #fff;
}

.newst .newslis .newom:hover .nom .not div span img:first-child {
  display: none;
}

.newst .newslis .newom:hover .nom .not div span img:last-child {
  display: block;
}

.newst .newslis .newom + .newom {
  margin-top: 0.2rem;
}

.newst .more {
  width: 100%;
  font-size: 0;
  margin-top: 0.4rem;
  text-align: center;
}

.newst .more a {
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
  box-shadow: 0px 15px 40px 0px rgba(190, 205, 201, 0.42);
  width: auto;
  padding: 0 0.36rem;
  line-height: 3;
  border-radius: 1.5em;
  color: #333;
}

.newst .more a span {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  position: relative;
  top: -0.02rem;
  margin-left: 0.22rem;
}

.newst .more a span img {
  width: 100%;
  display: block;
}

.newst .more a span img:first-child {
  display: block;
}

.newst .more a span img:last-child {
  display: none;
}

.newst .more a:hover {
  background-image: linear-gradient(-90deg, #10713a 0%, #66af2c 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, 
 normal;
  box-shadow: 0px 10px 26px 0px rgba(0, 107, 20, 0.25);
  color: #fff;
}

.newst .more a:hover span img:first-child {
  display: none;
}

.newst .more a:hover span img:last-child {
  display: block;
}

@media (max-width: 800px) {
  .newst .newslis .newom {
    background-color: #ffffff;
    box-shadow: 0px 15px 40px 0px rgba(46, 89, 78, 0.2);
    border-radius: 0.2rem;
  }
}

.netailso {
  width: 100%;
  padding: 1rem 0;
}

.netailso .netail {
  width: 100%;
}

.netailso .netail .nit {
  width: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
  margin-bottom: 0.5rem;
}

.netailso .netail .nim {
  width: 100%;
  text-align: center;
  font-size: 0;
  margin: 0.4rem 0 0.2rem;
}

.netailso .netail .nim span {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  line-height: 1.5;
  margin: 0 0.2rem;
}

.netailso .netail .share {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.netailso .netail .share .lix {
  display: inline-block;
  vertical-align: middle;
  flex: 1;
  width: 100%;
  background-color: #666;
  height: 1px;
}

.netailso .netail .share .shom {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.4rem;
  font-size: 0;
}

.netailso .netail .share .shom span {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1.5;
  margin-right: 0.1rem;
}

.netailso .netail .share .shom .am {
  display: inline-block;
  vertical-align: middle;
  width: 0.4rem;
  height: 0.4rem;
  margin: 0 0.12rem;
  border-radius: 50%;
}

.netailso .netail .share .shom .am a, .netailso .netail .share .shom .am img {
  width: 100%;
  display: block;
}

.netailso .netail .share .shom .am img:first-child {
  display: block;
}

.netailso .netail .share .shom .am img:last-child {
  display: none;
}

.netailso .netail .share .shom .am:hover img:first-child {
  display: none;
}

.netailso .netail .share .shom .am:hover img:last-child {
  display: block;
}

.netailso .netail .cinps {
  width: 100%;
  color: #666;
  line-height: 1.8;
  margin: 0.4rem 0;
}

.netailso .netail .cinps p {
  color: #666;
  line-height: 1.8;
}

.netailso .netail .vot {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.4rem;
}

.netailso .netail .vot .vtn {
  display: inline-block;
  vertical-align: middle;
  flex: 1;
  width: auto;
}

.netailso .netail .vot .vtn a {
  width: 100%;
  display: block;
  color: #666;
  line-height: 1.5;
}

.netailso .netail .vot .vtn a:hover {
  color: #00a93d;
}

.netailso .netail .vot .vtn.tl a {
  text-align: right;
}

.netailso .netail .vot .menus {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  text-align: center;
}

.netailso .netail .vot .menus a {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #666;
  line-height: 1.5;
  padding: 0 0.1rem;
}

.netailso .netail .vot .menus a span {
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  height: 0.3rem;
  position: relative;
  top: -0.02rem;
  margin-right: 0.1rem;
}

.netailso .netail .vot .menus a span img {
  width: 100%;
  display: block;
}

.netailso .netail .vot .menus a span img:first-child {
  display: block;
}

.netailso .netail .vot .menus a span img:last-child {
  display: none;
}

.netailso .netail .vot .menus a:hover {
  color: #00a93d;
}

.netailso .netail .vot .menus a:hover span img:first-child {
  display: none;
}

.netailso .netail .vot .menus a:hover span img:last-child {
  display: block;
}

.netailso .setails {
  width: 100%;
}

.netailso .setails .ntop {
  width: 100%;
  margin-bottom: 0.3rem;
}

.netailso .setails .ntop .nt {
  width: 100%;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.25rem;
}

.netailso .setails .ntop .lx {
  width: 100%;
  height: 1px;
  background-color: #666;
}

.netailso .setails .necm {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.netailso .setails .necm .nel {
  display: inline-block;
  vertical-align: top;
  width: calc((960 / 1600) * 100%);
}

.netailso .setails .necm .nel .ninp {
  width: 100%;
  color: #666;
  line-height: 1.8;
  margin: 0.4rem 0;
}

.netailso .setails .necm .nel .ninp p {
  color: #666;
  line-height: 1.8;
}

.netailso .setails .necm .ner {
  display: inline-block;
  vertical-align: top;
  width: calc((560 / 1600) * 100%);
  padding-top: 0.3rem;
}

.netailso .setails .necm .ner .nm {
  width: 100%;
  color: #222;
  line-height: 2;
  padding: 0.04rem 0;
}

.netailso .setails .necm .ner .share {
  width: 100%;
  font-size: 0;
  padding: 0.15rem 0;
}

.netailso .setails .necm .ner .share span {
  display: inline-block;
  vertical-align: middle;
  color: #222;
  line-height: 1.5;
}

.netailso .setails .necm .ner .share .am {
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  height: 0.3rem;
  width: 30px;
  height: 30px;
  margin: 0 0.1rem;
}

.netailso .setails .necm .ner .share .am a, .netailso .setails .necm .ner .share .am img {
  width: 100%;
  display: block;
}

.netailso .setails .necm .ner .share .am img:first-child {
  display: block;
}

.netailso .setails .necm .ner .share .am img:last-child {
  display: none;
}

.netailso .setails .necm .ner .share .am:hover img:first-child {
  display: none;
}

.netailso .setails .necm .ner .share .am:hover img:last-child {
  display: block;
}

.netailso .setails .necm .ner .voh {
  width: 100%;
  font-size: 0;
  padding: 0.15rem 0;
}

.netailso .setails .necm .ner .voh a {
  display: inline-block;
  vertical-align: middle;
  color: #222;
  line-height: 1.5;
}

.netailso .setails .necm .ner .voh a:hover {
  color: #00a93d;
}

.netailso .setails .necm .ner .voh .menus {
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  height: 0.3rem;
  width: 30px;
  height: 30px;
  margin: 0 0.2rem;
}

.netailso .setails .necm .ner .voh .menus img {
  width: 100%;
  display: block;
}

.netailso .setails .necm .ner .voh .menus img:first-child {
  display: block;
}

.netailso .setails .necm .ner .voh .menus img:last-child {
  display: none;
}

.netailso .setails .necm .ner .voh .menus:hover img:first-child {
  display: none;
}

.netailso .setails .necm .ner .voh .menus:hover img:last-child {
  display: block;
}

.netailso .setails .necm .ner .abstract {
  width: 100%;
  margin-top: 0.3rem;
}

.netailso .setails .necm .ner .abstract .ait {
  width: 100%;
  color: #222;
  line-height: 1.5;
  margin-bottom: 0.15rem;
}

.netailso .setails .necm .ner .abstract .aomp {
  width: 100%;
  padding: 0.2rem;
  background-color: #ecf1f5;
  border-radius: 0.2rem;
  color: #666;
  line-height: 1.8;
}

.netailso .setails .necm .ner .abstract .aomp p {
  color: #666;
  line-height: 1.8;
}

.stock {
  width: 100%;
  padding: 0.5rem 0;
}

.stock .sock {
  width: 100%;
  font-size: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.4rem 0;
  border-bottom: solid 1px #ccc;
  margin-bottom: 0.3rem;
}

.stock .sock .sol {
  display: inline-block;
  vertical-align: middle;
}

.stock .sock .sol .sp {
  width: 100%;
  color: #222;
  line-height: 1.5;
}

.stock .sock .sol .sp span {
  display: inline-block;
  vertical-align: middle;
  background-color: #00a93d;
  color: #fff;
  line-height: 1.4;
  padding: 0 0.1rem;
  border-radius: 4px;
  margin-right: 0.2rem;
}


.stock .sock .sol .sim {
  width: 100%;
  color: #333;
  padding: 0.3rem 0;
}

.stock .sock .sol .sim b {
  display: inline-block;
  color: #333;
  margin-right: 0.1rem;
}

.stock .sock .sol .sim span {
  display: inline-block;
  margin-left: 0.3rem;
  color: #333;
}

.stock .sock .sol .sim.red {
  color: #d92d2b;
}

.stock .sock .sol .sim.red b {
  color: #d92d2b;
}

.stock .sock .sol .sim.red span {
  color: #d92d2b;
}

.stock .sock .sol .sim.green {
  color: #00a93d;
}

.stock .sock .sol .sim.green b {
  color: #00a93d;
}

.stock .sock .sol .sim.green span {
  color: #00a93d;
}

.stock .sock .sol .pm {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.stock .sock .sor {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.stock .sock .sor .roms {
  width: 100%;
  font-size: 0;
  white-space: nowrap;
}

.stock .sock .sor .roms .codm {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  text-align: center;
  margin: 0 0.15rem;
}

.stock .sock .sor .roms .codm .mg {
  display: block;
  margin: 0 auto 0.08rem;
  width: 1.3rem;
}

.stock .sock .sor .roms .codm .mg img {
  width: 100%;
  display: block;
}

.stock .sock .sor .roms .codm .mm {
  width: 100%;
  color: #666;
  line-height: 1.5;
  text-align: center;
}

.stock .notice {
  padding: 0.5rem 0;
}

.notice {
  width: 100%;
  padding: 1rem 0;
}

.notice .notop {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.3rem;
}

.notice .notop .nol {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.notice .notop .nol .mitop {
  margin-bottom: 0;
}

.notice .notop .nor {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.notice .notop .nor a {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1.5;
}

.notice .notop .nor a span {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  position: relative;
  top: -0.03rem;
  margin-left: 0.04rem;
}

.notice .notop .nor a span img {
  width: 100%;
  display: block;
}

.notice .notop .nor a span img:first-child {
  display: block;
}

.notice .notop .nor a span img:last-child {
  display: none;
}

.notice .notop .nor a:hover {
  color: #00a93d;
}

.notice .notop .nor a:hover span img:first-child {
  display: none;
}

.notice .notop .nor a:hover span img:last-child {
  display: block;
}

.notice .notlist {
  width: 100%;
  font-size: 0;
}

.notice .notlist .novem {
  display: inline-block;
  vertical-align: top;
  width: calc((770 / 1600) * 100%);
  margin-right: calc((59 / 1600) * 100%);
  margin-bottom: 0.3rem;
  background-color: #f8fafc;
  border-radius: 0.2rem;
}

.notice .notlist .novem a {
  width: 100%;
  display: block;
  font-size: 0;
  padding: 0.22rem 0.3rem;
}

.notice .notlist .novem .vnl {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.53rem);
  padding-right: 0.3rem;
}

.notice .notlist .novem .vnl .vt {
  width: 100%;
  color: #222;
  line-height: 1.5;
  height: 3em;
}

.notice .notlist .novem .vnl .vm {
  width: 100%;
  color: #00a93d;
  line-height: 1.5;
  margin-top: 0.08rem;
}

.notice .notlist .novem .vnr {
  display: inline-block;
  vertical-align: middle;
  width: 0.53rem;
  height: 0.53rem;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 15px 40px 0px rgba(190, 205, 201, 0.42);
}

.notice .notlist .novem .vnr img {
  width: 100%;
  display: block;
}

.notice .notlist .novem:nth-child(2n) {
  margin-right: 0;
}

.notice .notlist .novem:hover {
  background-image: linear-gradient(90deg, #22cd8e 0%, #60c9e3 100%), linear-gradient(#dddddd, #dddddd);
  background-blend-mode: normal, 
 normal;
  box-shadow: 0px 10px 30px 0px rgba(190, 205, 201, 0.3);
}

.notice .notlist .novem:hover .vnl .vt, .notice .notlist .novem:hover .vnl .vm {
  color: #fff;
}

.notice .notlist .novem:hover .vnr {
  box-shadow: 0px 10px 26px 0px rgba(0, 107, 20, 0.25);
}

.notice .ninps {
  width: 100%;
  margin-top: 0.5rem;
  color: #666;
  line-height: 1.5;
}

.notice .ninps p {
  color: #666;
  line-height: 1.5;
}

.notice .ninps img {
  max-width: 100%;
}

.notice .nctop {
  width: 100%;
  padding: 0rem 0 1rem;
}

.notice .nctop .nt {
  width: 100%;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.1rem;
}

.notice .nctop .lx {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.4rem;
}

.notice .nctop .lx span {
  display: inline-block;
  vertical-align: middle;
  background-color: #00a93d;
  width: 0.4rem;
  height: 3px;
}

.notice .nctop .nctlist {
  width: 100%;
  font-size: 0;
}

.notice .nctop .nctlist .ncvom {
  display: inline-block;
  vertical-align: top;
  width: calc(23%);
  margin-right: 2.65%;
  padding-right: 0.2rem;
  background-color: #f8fafc;
  padding: 0.2rem;
}

.notice .nctop .nctlist .ncvom .nx {
  width: 100%;
  font-size: 0;
}

.notice .nctop .nctlist .ncvom .nx span {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1.3;
  font-weight: bold;
  position: relative;
}

.notice .nctop .nctlist .ncvom .nx span b {
  position: absolute;
  right: -0.5em;
  top: 0em;
  color: #333;
  line-height: 1;
}

.notice .nctop .nctlist .ncvom .np {
  width: 100%;
  color: #666;
  line-height: 1.8;
  margin-top: 0.1rem;
}

.notice .nctop .nctlist .ncvom:nth-child(4n) {
  margin-right: 0;
}

.notice .specifics {
  width: 100%;
  margin-top: 0.8rem;
  box-shadow: 0px 15px 40px 0px rgba(190, 205, 201, 0.42);
  border-radius: 0.2rem;
  font-size: 0;
  border-radius: 0.2rem;
}

.notice .specifics .speom {
  display: inline-block;
  vertical-align: middle;
  width: calc((400 / 1600) * 100%);
  position: relative;
}

.notice .specifics .speom .bm {
  width: 100%;
  padding-top: 50%;
}

.notice .specifics .speom .som {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 100%;
  z-index: 2;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  text-align: center;
  justify-content: center;
  padding: 0.1rem;
  background-color: #fff;
}

.notice .specifics .speom .som .sit {
  width: 100%;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}

.notice .specifics .speom .som .sit span {
  color: #00a93d;
}

.notice .specifics .speom .som .lx {
  width: 100%;
  text-align: center;
  font-size: 0;
  margin: 0.12rem 0 0.15rem;
}

.notice .specifics .speom .som .lx span {
  width: 0.46rem;
  display: inline-block;
  vertical-align: middle;
  height: 3px;
  background-color: #00a93d;
}

.notice .specifics .speom .som .sip {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  color: #666;
  height: 3em;
}

.notice .specifics .speom .som .sip p {
  line-height: 1.5;
  color: #666;
}

.notice .specifics .speom:first-child .som {
  border-radius: 0.2rem 0 0 0.2rem;
}

.notice .specifics .speom:last-child .som {
  border-radius: 0 0.2rem 0.2rem 0;
}

.notice .specifics .speom.on .som {
  height: 120%;
  background-image: linear-gradient(-90deg, #10713a 0%, #66af2c 100%), linear-gradient(#093075, #093075);
  background-blend-mode: normal, 
 normal;
  border-radius: 0.2rem;
}

.notice .specifics .speom.on .som .sit {
  color: #fff;
  transform: scale(1.1);
}

.notice .specifics .speom.on .som .sit span {
  color: #fff;
}

.notice .specifics .speom.on .som .lx span {
  background-color: #fff;
}

.notice .specifics .speom.on .som .sip {
  width: 100%;
  color: #fff;
}

.notice .specifics .speom.on .som .sip p {
  color: #fff;
}

.notice .specifics .speom + .speom {
  border-left: solid 1px rgba(221, 221, 221, 0.5);
}

.notice.gary {
  background-color: #e3eaf1;
}

@media (max-width: 800px) {
  .notice .specifics {
    box-shadow: none;
    border-radius: 0;
  }
  .notice .specifics .speom {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0.3rem;
    border-radius: 0.2rem;
    box-shadow: 0px 15px 40px 0px rgba(190, 205, 201, 0.42);
  }
  .notice .specifics .speom .bm {
    border-radius: 0.2rem;
    padding-top: 70%;
  }
  .notice .specifics .speom .som .sip {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 4.5em;
  }
  .notice .specifics .speom:hover .som {
    height: 115%;
  }
  .notice .specifics .speom:nth-child(2n) {
    margin-right: 0;
  }
  .notice .specifics .speom + .speom {
    border-left: none;
  }
}

.stockprice {
  width: 100%;
  padding: 1rem 0;
}

.stockprice .stockd {
  width: 100%;
  background-color: #f8fafc;
  border-radius: 0.2rem;
  padding: 0.4rem 0.6rem;
}

.stockprice .stockd .sp {
  width: 100%;
  color: #222;
  line-height: 1.5;
}

.stockprice .stockd .sp span {
  display: inline-block;
  vertical-align: middle;
  background-color: #00a93d;
  color: #fff;
  line-height: 1.8;
  padding: 0 0.1rem;
  border-radius: 4px;
  margin-right: 0.2rem;
}

.stockprice .stockd .sim {
  width: 100%;
  color: #333;
  padding: 0.3rem 0;
}

.stockprice .stockd .sim b {
  display: inline-block;
  color: #333;
  margin-right: 0.1rem;
}

.stockprice .stockd .sim span {
  display: inline-block;
  margin-left: 0.3rem;
  color: #333;
}

.stockprice .stockd .sim.red {
  color: #d92d2b;
}

.stockprice .stockd .sim.red b {
  color: #d92d2b;
}

.stockprice .stockd .sim.red span {
  color: #d92d2b;
}

.stockprice .stockd .sim.green {
  color: #00a93d;
}

.stockprice .stockd .sim.green b {
  color: #00a93d;
}

.stockprice .stockd .sim.green span {
  color: #00a93d;
}

.stockprice .stockd .pm {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.stockprice .stdate {
  width: 100%;
  margin: 0.3rem 0;
}

.stockprice .stdate .stnav {
  width: 100%;
  font-size: 0;
}

.stockprice .stdate .stnav .snac {
  display: inline-block;
  vertical-align: middle;
  color: #66c9ac;
  padding: 0 0.2rem;
  line-height: 2;
  cursor: pointer;
  margin-right: 0.1rem;
  border: solid 1px #66c9ac;
  border-bottom: none;
}

.stockprice .stdate .stnav .snac.on {
  background-color: #66c9ac;
  color: #fff;
}

.stockprice .stcont {
  width: 100%;
  border: solid 1px #66c9ac;
  padding: 0.3rem;
}

.stockprice .stcont .scon {
  width: 100%;
  display: none;
}

.stockprice .stcont .scon.on {
  display: block;
}

.stockprice .smip {
  width: 100%;
  margin-top: 0.5rem;
}

.stockprice .smip .smip {
  width: 100%;
  margin-top: 0.5rem;
  color: #666;
  line-height: 1.5;
}

.stockprice .smip .smip p {
  color: #666;
  line-height: 1.5;
}

.stockprice .smip .smip img {
  max-width: 100%;
}

.contacts {
  width: 100%;
  padding: 1rem 0;
}

.contacts .contlis {
  width: 100%;
}

.contacts .contlis .cotam {
  width: 100%;
  background-color: #ffffff;
  border-radius: 0.2rem;
  border: solid 1px #dddddd;
  transition: all ease 0.5s;
}

.contacts .contlis .cotam .aom {
  width: 100%;
  position: relative;
  padding: 0.4rem 1.8rem;
  overflow: hidden;
  border-radius: 0.2rem;
}

.contacts .contlis .cotam .aom .pic {
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  top: -0.26rem;
  left: -0.26rem;
  background-image: linear-gradient(-90deg, #10713a 0%, #66af2c 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, 
 normal;
  box-shadow: 0px 10px 26px 0px rgba(0, 107, 20, 0.25);
}

.contacts .contlis .cotam .aom .cit {
  width: 100%;
  color: #222;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

.contacts .contlis .cotam .aom .culis {
  width: 100%;
  font-size: 0;
}

.contacts .contlis .cotam .aom .culis .cli {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  padding-right: 0.2rem;
  color: #73787e;
  line-height: 1.6;
}

.contacts .contlis .cotam .aom .culis .cli.w100 {
  width: 100%;
}

.contacts .contlis .cotam + .cotam {
  margin-top: 0.3rem;
}

.contacts .contlis .cotam:hover {
  box-shadow: 0px 15px 40px 0px rgba(46, 89, 78, 0.2);
}

@media (max-width: 800px) {
  .contacts {
    padding-bottom: 0;
  }
  .contacts .contlis .cotam .aom {
    padding: 1.2rem 0.6rem 0.6rem;
  }
}

.online {
  width: 100%;
  padding: 1rem 0 2rem;
}

.online .pm {
  width: 100%;
  color: #73787e;
  line-height: 1.5;
  margin-top: 0.2rem;
}

.online .oram {
  width: 100%;
  font-size: 0;
}

.online .oram form {
  width: 100%;
  display: block;
}

.online .oram .oam {
  display: inline-block;
  vertical-align: top;
  width: calc((770 / 1600) * 100%);
  margin-right: calc((59 / 1600) * 100%);
}

.online .oram .oam:nth-child(2n) {
  margin-right: 0;
}

.online .oram .input {
  width: 100%;
  display: block;
  font-size: 0;
  background-color: transparent;
  border-radius: 0.25rem;
  padding: 0 0.3rem;
  border: solid 1px #ddd;
}

.online .oram .input input {
  width: 100%;
  display: block;
  color: #999;
  line-height: 3;
  height: 3em;
  padding: 0 0.1rem;
  border: none;
  background-color: transparent;
}

.online .oram .input textarea {
  padding: 0.2rem 0.1rem;
  line-height: 1.5;
  color: #999;
  width: 100%;
  display: block;
  border: none;
  height: calc(9em + 0.4rem + 4px);
  background-color: transparent;
}

.online .oram .input.show {
  background-color: #fff;
  border: solid 1px #00a93d;
}

.online .oram .input + .input {
  margin-top: 0.2rem;
}

.online .oram .input.yzm {
  display: flex;
  align-items: center;
}

.online .oram .input.yzm input {
  flex: 1;
  display: inline-block;
  vertical-align: middle;
}

.online .oram .input.yzm .yzm {
  display: inline-block;
  vertical-align: middle;
  height: 3em;
}

.online .oram .input.yzm .yzm img {
  width: 100%;
  height: 100%;
  display: block;
}

.online .oram .mot {
  width: 100%;
  margin-top: 0.2rem;
}

.online .oram .mot .mtn {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 0 0.6rem;
  line-height: 3;
  height: 3em;
  color: #fff;
  background-image: linear-gradient(-90deg, #10713a 0%, #66af2c 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, 
 normal;
  box-shadow: 0px 10px 26px 0px rgba(0, 107, 20, 0.25);
  border-radius: 1.5em;
  position: relative;
}

.online .oram .mot .mtn span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.35rem;
  position: relative;
  top: -0.02rem;
}

.online .oram .mot .mtn .sub {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 3;
  opacity: 0;
  border-radius: 1.5em;
}

.subsidiary {
  width: 100%;
  padding: 1rem 0;
}

.subsidiary .subslit {
  width: 100%;
  font-size: 0;
}

.subsidiary .subslit .subom {
  width: 100%;
  display: block;
  background-color: #ffffff;
  border-radius: 0.2rem;
  border: solid 1px #dddddd;
  transition: all ease 0.5s;
}

.subsidiary .subslit .subom a {
  width: 100%;
  display: block;
  padding: 0.4rem;
}

.subsidiary .subslit .subom .imgs {
  display: inline-block;
  vertical-align: middle;
  width: calc((200 / 1520) * 100%);
  position: relative;
  overflow: hidden;
}

.subsidiary .subslit .subom .imgs .img {
  width: 100%;
  padding-top: 50%;
}

.subsidiary .subslit .subom .pom {
  display: inline-block;
  vertical-align: middle;
  width: calc((1200 / 1520) * 100%);
  padding: 0 0.7rem;
}

.subsidiary .subslit .subom .pom .pt {
  width: 100%;
  color: #222;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.subsidiary .subslit .subom .pom .vic {
  width: 100%;
  color: #73787e;
  line-height: 1.8;
}

.subsidiary .subslit .subom .ptns {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: calc((120 / 1520) * 100%);
}

.subsidiary .subslit .subom .ptns span {
  display: inline-block;
  vertical-align: middle;
  width: 0.53rem;
  height: 0.53rem;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 15px 40px 0px rgba(190, 205, 201, 0.42);
}

.subsidiary .subslit .subom .ptns span img {
  width: 100%;
  display: block;
}

.subsidiary .subslit .subom .ptns span img:first-child {
  display: block;
}

.subsidiary .subslit .subom .ptns span img:last-child {
  display: none;
}

.subsidiary .subslit .subom:hover {
  box-shadow: 0px 15px 40px 0px rgba(46, 89, 78, 0.2);
  border: solid 1px #00a93d;
}

.subsidiary .subslit .subom:hover .ptns span {
  box-shadow: 0px 10px 26px 0px rgba(0, 107, 20, 0.25);
  background-image: linear-gradient(-90deg, #10713a 0%, #66af2c 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, 
 normal;
}

.subsidiary .subslit .subom:hover .ptns span img:first-child {
  display: none;
}

.subsidiary .subslit .subom:hover .ptns span img:last-child {
  display: block;
}

.subsidiary .subslit .subom + .subom {
  margin-top: 0.2rem;
}

@media (max-width: 800px) {
  .subsidiary .subslit .subom .imgs {
    width: 100%;
    display: block;
    max-width: 4rem;
    margin: 0 auto 0.2rem;
  }
  .subsidiary .subslit .subom .imgs .img {
    display: block;
  }
}

.cultrues {
  width: 100%;
  padding: 1rem 0;
}

.cultrues .cultrom {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.cultrues .cultrom .cul {
  display: inline-block;
  vertical-align: middle;
  width: calc((800 / 1600) * 100%);
}

.cultrues .cultrom .cul .nit {
  width: 100%;
  color: #00a93d;
  line-height: 1.5;
  margin: 0.4rem 0;
  position: relative;
}

.cultrues .cultrom .cul .nit:after {
  content: ' ';
  position: absolute;
  z-index: 2;
  right: -0.7rem;
  top: 0;
  width: 0.7rem;
  height: 0.5rem;
  background-image: url("../images/i1.png");
  background-size: 100% 100%;
}

.cultrues .cultrom .cul .truelis {
  width: 100%;
  margin-top: 1.4rem;
}

.cultrues .cultrom .cul .truelis .trom:first-child {
  border-top: solid 1px #ccc;
}

.cultrues .cultrom .cul .truelis .trom {
  width: 100%;
  font-size: 0;
  padding: 0.4rem 0;
  border-bottom: solid 1px #ccc;
  cursor: pointer;
}

.cultrues .cultrom .cul .truelis .trom .ic {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.3rem;
}

.cultrues .cultrom .cul .truelis .trom .ic img {
  width: 100%;
  display: block;
}

.cultrues .cultrom .cul .truelis .trom .rom {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.8rem);
}

.cultrues .cultrom .cul .truelis .trom .rom .vt {
  width: 100%;
  color: #222;
  line-height: 1.5;
}

.cultrues .cultrom .cul .truelis .trom .rom .vm {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.cultrues .cultrom .cul .truelis .trom.on {
  border-bottom: solid 1px #00a93d;
}

.cultrues .cultrom .cul .truelis .trom.on .rom .vt {
  color: #00a93d;
}

.cultrues .cultrom .cur {
  display: inline-block;
  vertical-align: middle;
  width: calc((600 / 1600) * 100%);
}

.cultrues .cultrom .cur .curm {
  width: 100%;
  display: none;
  border-radius: 0.2rem;
  box-shadow: 0px 15px 40px 0px rgba(46, 89, 78, 0.2);
}

.cultrues .cultrom .cur .curm .img {
  width: 100%;
  padding-top: 120%;
  border-radius: 0.2rem;
  overflow: hidden;
}

.cultrues .cultrom .cur .curm.on {
  display: block;
}

.company {
  width: 100%;
  padding: 1rem 0;
  overflow: hidden;
}

.company .comy {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.6rem;
}

.company .comy .col {
  display: inline-block;
  vertical-align: middle;
  width: calc((500 / 1600) * 100%);
}

.company .comy .col .stonum {
  width: 100%;
  margin-top: 0.6rem;
}

.company .comy .col .stonum .si {
  width: 100%;
  color: #a4b4c7;
  line-height: 1.5;
}

.company .comy .col .stonum .sm {
  width: 100%;
  color: #a4b4c7;
  line-height: 1.5;
  font-style: italic;
  font-weight: bold;
}

.company .comy .cor {
  display: inline-block;
  vertical-align: middle;
  width: calc((960 / 1600) * 100%);
}

.company .comy .cor .cinps {
  width: 100%;
  position: relative;
  color: #73787e;
  line-height: 1.8;
}

.company .comy .cor .cinps:after {
  content: ' ';
  position: absolute;
  left: -0.7rem;
  top: 0;
  width: 0.46rem;
  height: 0.37rem;
  background-image: url("../images/i3.png");
  background-size: 100% 100%;
}

.company .comy .cor .cinps p {
  color: #73787e;
  line-height: 1.8;
}

.company .comy .cor .corlis {
  width: 100%;
  margin-top: 0.65rem;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}

.company .comy .cor .corlis .coram {
  display: inline-block;
  vertical-align: top;
  width: calc((307 / 960) * 100%);
  margin-right: calc((19 / 960) * 100%);
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 15px 40px 0px rgba(46, 89, 78, 0.2);
  border-radius: 0.2rem;
  border: solid 1px #dddddd;
  padding: 0.5rem 0.24rem 0.4rem;
}

.company .comy .cor .corlis .coram .ic {
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  right: 0.15rem;
  top: 0.15rem;
}

.company .comy .cor .corlis .coram .ic img {
  width: 100%;
  display: block;
}

.company .comy .cor .corlis .coram .ic img:first-child {
  display: block;
}

.company .comy .cor .corlis .coram .ic img:last-child {
  display: none;
}

.company .comy .cor .corlis .coram .tm {
  width: 100%;
  color: #00a93d;
  line-height: 1.3;
}

.company .comy .cor .corlis .coram .tx {
  width: 100%;
  color: #222;
  line-height: 1.5;
}

.company .comy .cor .corlis .coram:nth-child(3n) {
  margin-right: 0;
}

.company .comy .cor .corlis .coram:hover {
  background-image: linear-gradient(-90deg, #10713a 0%, #66af2c 100%), linear-gradient(#25b7c2, #25b7c2);
  background-blend-mode: normal, 
 normal;
  box-shadow: 0px 15px 40px 0px rgba(46, 89, 78, 0.2);
}

.company .comy .cor .corlis .coram:hover .ic img:first-child {
  display: none;
}

.company .comy .cor .corlis .coram:hover .ic img:last-child {
  display: block;
}

.company .comy .cor .corlis .coram:hover .tm, .company .comy .cor .corlis .coram:hover .tx {
  color: #fff;
}

.company .joinsv {
  background-color: transparent;
}

.pimgs {
  width: 100%;
  position: relative;
}

.pimgs .img {
  width: 100%;
  padding-top: 33.33%;
}

.pimgs .pox {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  width: 80%;
}

.pimgs .pox .pc {
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}

.pimgs .pox .pe {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.5;
}

@media (max-width: 800px) {
  .pimgs .img {
    padding-top: 50%;
  }
  .pimgs .pox .pc {
    font-size: 20px;
  }
  .pimgs .pox .pe {
    font-size: 14px;
  }
}

.procend {
  width: 100%;
  padding: 1rem 0;
}

.procend .prtop {
  width: 100%;
  font-size: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.procend .prtop .prl {
  display: inline-block;
  vertical-align: middle;
}

.procend .prtop .prl .mitop {
  margin-bottom: 0;
}

.procend .prtop .prr {
  display: inline-block;
  vertical-align: middle;
}

.procend .prtop .prr a {
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
  box-shadow: 0px 15px 40px 0px rgba(190, 205, 201, 0.42);
  width: auto;
  padding: 0 0.36rem;
  line-height: 3;
  border-radius: 1.5em;
  color: #333;
}

.procend .prtop .prr a span {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  position: relative;
  top: -0.02rem;
  margin-left: 0.22rem;
}

.procend .prtop .prr a span img {
  width: 100%;
  display: block;
}

.procend .prtop .prr a span img:first-child {
  display: block;
}

.procend .prtop .prr a span img:last-child {
  display: none;
}

.procend .prtop .prr a + a {
  margin-left: 0.4rem;
}

.procend .prtop .prr a:hover {
  background-image: linear-gradient(-90deg, #10713a 0%, #66af2c 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, 
 normal;
  box-shadow: 0px 10px 26px 0px rgba(0, 107, 20, 0.25);
  color: #fff;
}

.procend .prtop .prr a:hover span img:first-child {
  display: none;
}

.procend .prtop .prr a:hover span img:last-child {
  display: block;
}

.procend .prtop .prr a.on {
  background-image: linear-gradient(-90deg, #10713a 0%, #66af2c 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, 
 normal;
  box-shadow: 0px 10px 26px 0px rgba(0, 107, 20, 0.25);
  color: #fff;
}

.procend .prtop .prr a.on span img:first-child {
  display: none;
}

.procend .prtop .prr a.on span img:last-child {
  display: block;
}

.procend .proclis {
  width: 100%;
  font-size: 0;
}

.procend .proclis .rocem {
  width: calc((508 / 1600) * 100%);
  display: inline-block;
  vertical-align: top;
  margin-right: calc((37 / 1600) * 100%);
  transition: all ease 0.5s;
  margin-bottom: 0.45rem;
}

.procend .proclis .rocem a {
  width: 100%;
  display: inline-block;
  padding: 0.4rem;
  background-color: #ffffff;
  border-radius: 0.3rem;
  border: solid 1px #dddddd;
  transition: all ease 0.5s;
}

.procend .proclis .rocem .imgs {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.procend .proclis .rocem .imgs .img {
  width: 100%;
  padding-top: 100%;
  transition: all ease 0.5s;
}

.procend .proclis .rocem .itm {
  width: 100%;
  color: #a0bbcc;
  font-weight: bold;
  line-height: 1.5;
}

.procend .proclis .rocem .itc {
  width: 100%;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}

.procend .proclis .rocem .tob {
  width: 100%;
  position: relative;
  margin-top: 0.15rem;
}

.procend .proclis .rocem .tob .tix {
  width: 100%;
  color: #666;
  line-height: 1.5;
  height: 3em;
  opacity: 1;
  transition: all ease 0.5s;
}

.procend .proclis .rocem .tob .vot {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  opacity: 0;
  transition: all ease 0.5s;
}

.procend .proclis .rocem .tob .vot span {
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
  box-shadow: 0px 15px 40px 0px rgba(190, 205, 201, 0.42);
  width: auto;
  padding: 0 0.36rem;
  line-height: 3;
  border-radius: 1.5em;
  color: #333;
  background-image: linear-gradient(-90deg, #10713a 0%, #66af2c 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, 
 normal;
  box-shadow: 0px 10px 26px 0px rgba(0, 107, 20, 0.25);
  color: #fff;
}

.procend .proclis .rocem .tob .vot span i {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  position: relative;
  top: -0.02rem;
  margin-left: 0.22rem;
}

.procend .proclis .rocem .tob .vot span i img {
  width: 100%;
  display: block;
}

.procend .proclis .rocem .tob .vot span i img:first-child {
  display: block;
}

.procend .proclis .rocem .tob .vot span i img:last-child {
  display: none;
}

.procend .proclis .rocem .tob .vot span i img:first-child {
  display: none;
}

.procend .proclis .rocem .tob .vot span i img:last-child {
  display: block;
}

.procend .proclis .rocem:hover {
  box-shadow: 0px 15px 40px 0px rgba(46, 89, 78, 0.2);
}

.procend .proclis .rocem:hover a {
  border: solid 1px #00a93d;
}

.procend .proclis .rocem:hover .imgs .img {
  transform: scale(1.1);
}

.procend .proclis .rocem:hover .tob .tix {
  opacity: 0;
}

.procend .proclis .rocem:hover .tob .vot {
  opacity: 1;
}

.procend .proclis .rocem:nth-child(3n) {
  margin-right: 0;
}

.procend .screen {
  width: 100%;
  padding: 1rem 0;
}

.procend .screen .sitem {
  width: 100%;
  font-size: 0;
}

.procend .screen .sitem .name {
  display: inline-block;
  vertical-align: top;
  color: #333;
  font-weight: bold;
  line-height: 0.8rem;
  width: 1.5rem;
}

.procend .screen .sitem .cimp {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 1.5rem);
  padding-left: 0.2rem;
}

.procend .screen .sitem .cimp .inc {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 15px 40px 0px rgba(46, 89, 78, 0.2);
  border-radius: 0.4rem;
  border: solid 1px #dddddd;
  max-width: 8.4rem;
  font-size: 0;
}

.procend .screen .sitem .cimp .inc form {
  width: 100%;
  display: block;
  padding: 0 0.1rem;
}

.procend .screen .sitem .cimp .inc .inv {
  display: inline-block;
  vertical-align: middle;
  color: #a0bbcc;
  line-height: 0.7rem;
  padding: 0 0.2rem;
  height: 0.7rem;
  border: none;
  width: calc(100% - 1.2rem);
  background-color: transparent;
}

.procend .screen .sitem .cimp .inc input::-webkit-input-placeholder {
  /* WebKit browsers*/
  color: #a0bbcc;
}

.procend .screen .sitem .cimp .inc input:-moz-input-placeholder {
  /* Mozilla Firefox 4 to 18*/
  color: #a0bbcc;
}

.procend .screen .sitem .cimp .inc input::-moz-input-placeholder {
  /* Mozilla Firefox 19+*/
  color: #a0bbcc;
}

.procend .screen .sitem .cimp .inc input:-ms-input-placeholder {
  /* Internet Explorer 10+*/
  color: #a0bbcc;
}

.procend .screen .sitem .cimp .inc .sub {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-image: linear-gradient(-90deg, #10713a 0%, #66af2c 100%), linear-gradient(#00a93d, #00a93d);
  background-blend-mode: normal, 
 normal;
  box-shadow: 0px 10px 26px 0px rgba(0, 107, 20, 0.25);
  line-height: 2.5;
  border-radius: 1.25em;
  width: 1.2rem;
  text-align: center;
  color: #fff;
}

.procend .screen .sitem .cimp .inc .sub span {
  display: inline-block;
  vertical-align: middle;
  width: 0.21rem;
  height: 0.21rem;
  position: relative;
  top: -0.02rem;
  margin-left: 0.1rem;
}

.procend .screen .sitem .cimp .inc .sub span img {
  width: 100%;
  display: block;
}

.procend .screen .sitem .cimp .inc .sub .suc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  height: 100%;
  display: block;
  cursor: pointer;
  opacity: 0;
}

.procend .screen .sitem .cimp .parameter {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 15px 40px 0px rgba(46, 89, 78, 0.2);
  border-radius: 0.2rem;
  padding: 0.2rem 0.4rem 0.1rem;
  border: solid 1px #dddddd;
  font-size: 0;
}

.procend .screen .sitem .cimp .parameter .pli {
  display: inline-block;
  vertical-align: top;
  width: auto;
  color: #73787e;
  line-height: 1.8;
  cursor: pointer;
  margin-bottom: 0.1rem;
}

.procend .screen .sitem .cimp .parameter .pli span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.25rem;
  color: #ddd;
  position: relative;
  top: -0.02rem;
  line-height: 1.8;
}

.procend .screen .sitem .cimp .parameter .pli:last-child span {
  display: none;
}

.procend .screen .sitem .cimp .parameter .pli.on {
  color: #00a93d;
}

.procend .screen .sitem .cimp .parameter .pli.on span {
  color: #ddd;
}

.procend .screen .sitem .cimp .parameter .pli:hover {
  color: #00a93d;
}

.procend .screen .sitem .cimp .parameter .pli:hover span {
  color: #ddd;
}

.procend .screen .sitem + .sitem {
  margin-top: 0.4rem;
}

.procend .fgorme {
  width: 100%;
  padding: 1rem 0;
  background-color: #f8fafc;
}

.procend .fgorme .fgonlist {
  width: 100%;
  font-size: 0;
}

.procend .fgorme .fgonlist .firm {
  width: 100%;
  font-size: 0;
  border-radius: 0.2rem;
  transition: all ease 0.5s;
}

.procend .fgorme .fgonlist .firm a {
  width: 100%;
  display: block;
  background-color: #ffffff;
  border-radius: 0.2rem;
  overflow: hidden;
  border: solid 1px #eeeeee;
  transition: all ease 0.5s;
  padding-right: 0.3rem;
}

.procend .fgorme .fgonlist .firm .fic {
  display: inline-block;
  vertical-align: middle;
  width: 1rem;
  height: 1rem;
  position: relative;
}

.procend .fgorme .fgonlist .firm .fic .cm {
  width: 100%;
  height: 100%;
  display: block;
}

.procend .fgorme .fgonlist .firm .fic .cm img {
  width: 100%;
  display: block;
}

.procend .fgorme .fgonlist .firm .fic .cm img:first-child {
  display: block;
}

.procend .fgorme .fgonlist .firm .fic .cm img:last-child {
  display: none;
}

.procend .fgorme .fgonlist .firm .fic .mm {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
}

.procend .fgorme .fgonlist .firm .pim {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 1rem - 0.53rem);
  padding: 0 0.5rem;
  color: #333;
  line-height: 1.5;
}

.procend .fgorme .fgonlist .firm .ric {
  display: inline-block;
  vertical-align: middle;
  width: 0.53rem;
  height: 0.53rem;
  border-radius: 50%;
  box-shadow: 0px 15px 40px 0px rgba(190, 205, 201, 0.42);
  transition: all ease 0.5s;
  background-color: #fff;
}

.procend .fgorme .fgonlist .firm .ric img {
  width: 100%;
  display: block;
}

.procend .fgorme .fgonlist .firm .ric img:first-child {
  display: block;
}

.procend .fgorme .fgonlist .firm .ric img:last-child {
  display: none;
}

.procend .fgorme .fgonlist .firm:hover {
  box-shadow: 0px 15px 40px 0px rgba(46, 89, 78, 0.2);
}

.procend .fgorme .fgonlist .firm:hover a {
  border: solid 1px #00a93d;
}

.procend .fgorme .fgonlist .firm:hover .fic .cm img:first-child {
  display: none;
}

.procend .fgorme .fgonlist .firm:hover .fic .cm img:last-child {
  display: block;
}

.procend .fgorme .fgonlist .firm:hover .ric {
  background-image: linear-gradient(-90deg, #10713a 0%, #66af2c 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, 
 normal;
  box-shadow: 0px 10px 26px 0px rgba(0, 107, 20, 0.25);
}

.procend .fgorme .fgonlist .firm:hover .ric img:first-child {
  display: none;
}

.procend .fgorme .fgonlist .firm:hover .ric img:last-child {
  display: block;
}

.procend .fgorme .fgonlist .firm + .firm {
  margin-top: 0.4rem;
}

@media (max-width: 800px) {
  .procend .prtop .prr a {
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .procend .prtop .prr a + a {
    margin-left: 0;
  }
  .procend .proclis .rocem .itc {
    height: 3em;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .procend .fgorme .fgonlist .firm .pim {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3em;
    white-space: pre-wrap;
    display: inline-block;
    font-size: 12px;
  }
}

.pages {
  width: 100%;
  padding: 0.4rem 0;
  font-size: 0;
  text-align: center;
}

.pages .page {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  color: #666;
  background-color: #fff;
  margin: 0 0.1rem;
  border-radius: 50%;
  box-shadow: 0px 10px 30px 0px rgba(190, 205, 201, 0.3);
  position: relative;
}

.pages .page.ltn {
  background-image: url("../images/b1.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: none;
}

.pages .page.rtn {
  background-image: url("../images/b2.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: none;
}

.pages .page.on {
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
  background-image: linear-gradient(-90deg, #10713a 0%, #66af2c 100%), linear-gradient(#d92d2b, #d92d2b);
  background-blend-mode: normal, 
 normal;
}

.pages .page.on.ltn {
  background-image: url("../images/b3.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent !important;
  border: none;
}

.pages .page.on.ltn:after {
  content: ' ';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  background-image: linear-gradient(-90deg, #10713a 0%, #66af2c 100%), linear-gradient(#d92d2b, #d92d2b);
  background-blend-mode: normal, 
 normal;
}

.pages .page.on.rtn {
  background-color: transparent;
  background-image: url("../images/b4.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent !important;
  border: none;
}

.pages .page.on.rtn:after {
  content: ' ';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  background-image: linear-gradient(-90deg, #10713a 0%, #66af2c 100%), linear-gradient(#d92d2b, #d92d2b);
  background-blend-mode: normal, 
 normal;
}

.pages .page.auto {
  width: auto;
  padding: 0 0.24rem;
}

.pages .page:hover {
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
  background-image: linear-gradient(-90deg, #10713a 0%, #66af2c 100%), linear-gradient(#d92d2b, #d92d2b);
  background-blend-mode: normal, 
 normal;
}

.pages .page.ltn:hover {
  background-color: transparent;
  background-image: url("../images/b3.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.pages .page.ltn:hover:after {
  content: ' ';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  background-image: linear-gradient(-90deg, #10713a 0%, #66af2c 100%), linear-gradient(#d92d2b, #d92d2b);
  background-blend-mode: normal, 
 normal;
}

.pages .page.rtn:hover {
  background-color: transparent;
  background-image: url("../images/b4.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.pages .page.rtn:hover:after {
  content: ' ';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  background-image: linear-gradient(-90deg, #10713a 0%, #66af2c 100%), linear-gradient(#d92d2b, #d92d2b);
  background-blend-mode: normal, 
 normal;
}

@media (max-width: 900px) {
  .pages .page {
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
  }
}

.petails {
  width: 100%;
  padding: 1rem 0;
  background-color: #edf2f6;
}

.petails .petam {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.petails .petam .pel {
  width: calc((640 / 1600) * 100%);
  display: inline-block;
  vertical-align: middle;
}

.petails .petam .pel .swiper-slide {
  width: 100%;
  background-color: #fff;
  border-radius: 0.2rem;
  border: solid 1px #dddddd;
}

.petails .petam .pel .swiper-slide .imgs {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 0.2rem;
}

.petails .petam .pel .swiper-slide .imgs .img {
  width: 100%;
  padding-top: 100%;
}

.petails .petam .per {
  width: calc((850 / 1600) * 100%);
  display: inline-block;
  vertical-align: middle;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.petails .petam .per .mom {
  width: 100%;
  position: relative;
}

.petails .petam .per .mom:after {
  position: absolute;
  content: ' ';
  width: 0.7rem;
  height: 0.5rem;
  background-image: url("../images/i1.png");
  background-size: 100% 100%;
  right: 0;
  top: 0.4rem;
  transform: translateY(-50%);
}

.petails .petam .per .pi {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.petails .petam .per .en {
  width: 100%;
  color: #a0bbcc;
  line-height: 1.5;
  font-weight: bold;
}

.petails .petam .per .cn {
  width: 100%;
  color: #00a93d;
  line-height: 1.5;
  font-weight: bold;
}

.petails .petam .per .line {
  width: 100%;
  background-color: #ddd;
  font-size: 0;
  margin: 0.3rem 0;
}

.petails .petam .per .line span {
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  width: 1rem;
  background-color: #00a93d;
}

.petails .petam .per .pinp {
  width: 100%;
  color: #666;
  line-height: 1.5;
  margin: 0.3rem 0;
}

.petails .petam .per .pinp p {
  color: #666;
  line-height: 1.5;
}

.petails .petam .per .em {
  width: 100%;
  color: rgba(164, 180, 199, 0.2);
  font-style: italic;
  font-weight: bold;
  line-height: 1.3;
}

.petails .petam .per .imglis {
  width: 100%;
  font-size: 0;
  width: 4.4rem;
  position: relative;
}

.petails .petam .per .imglis .swiper-slide {
  display: inline-block;
  vertical-align: top;
  width: 1.34rem;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0px 15px 40px 0px rgba(190, 205, 201, 0.42);
  border-radius: 0.1rem;
  cursor: pointer;
  border: solid 1px #ddd;
}

.petails .petam .per .imglis .swiper-slide .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.petails .petam .per .imglis .swiper-slide .imgs .img {
  width: 100%;
  padding-top: 100%;
}

.petails .petam .per .imglis .swiper-slide.on {
  border: solid 1px #00a93d;
}

.petails .petam .per .imglis .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0px 15px 40px 0px rgba(190, 205, 201, 0.42);
}

.petails .petam .per .imglis .btn img {
  width: 100%;
  display: block;
}

.petails .petam .per .imglis .btn img:first-child {
  display: block;
}

.petails .petam .per .imglis .btn img:last-child {
  display: none;
}

.petails .petam .per .imglis .btn:hover {
  background-image: linear-gradient(-90deg, #10713a 0%, #66af2c 100%), linear-gradient(#278f47, #278f47);
  background-blend-mode: normal, 
 normal;
  box-shadow: 0px 10px 26px 0px rgba(0, 107, 20, 0.25);
}

.petails .petam .per .imglis .btn:hover img:first-child {
  display: none;
}

.petails .petam .per .imglis .btn:hover img:last-child {
  display: block;
}

.petails .petam .per .imglis .bl {
  left: -0.6rem;
}

.petails .petam .per .imglis .br {
  right: -0.6rem;
}

.petails .present {
  width: 100%;
  margin-top: 1rem;
}

.petails .present .presm {
  width: 100%;
}

.petails .present .presm .traitlis {
  width: 100%;
  font-size: 0;
}

.petails .present .presm .traitlis .tram {
  display: inline-block;
  vertical-align: top;
  width: calc((304 / 1600) * 100%);
  margin-right: calc((19 / 1600) * 100%);
  text-align: center;
  color: #333;
  line-height: 1.5;
  padding: 0.2rem;
  background-color: #ffffff;
  border: solid 1px #fff;
  box-shadow: 0px 15px 40px 0px rgba(190, 205, 201, 0.42);
  border-radius: 0.2rem;
  margin-bottom: 0.15rem;
}

.petails .present .presm .traitlis .tram:hover {
  border: solid 1px #00a93d;
}

.petails .present .presm .traitlis .tram:nth-child(5n) {
  margin-right: 0;
}

.petails .present .presm .picnp {
  width: 100%;
  padding: 0.4rem 0.5rem;
  color: #73787e;
  line-height: 1.8;
  background-color: #fff;
  box-shadow: 0px 15px 40px 0px rgba(190, 205, 201, 0.42);
  border-radius: 20px;
}

.petails .present .presm .picnp p {
  color: #73787e;
  line-height: 1.8;
}

.petails .present .presm + .presm {
  margin-top: 0.7rem;
}

@media (max-width: 900px) {
  .petails .petam .per {
    width: 100%;
  }
  .petails .petam .per .imglis {
    order: 1;
    width: 80%;
    margin: 0rem auto 0.4rem;
  }
  .petails .petam .per .pi {
    order: 2;
  }
  .petails .petam .per .mom {
    order: 3;
  }
}

.historys {
  width: 100%;
  padding: 0.5rem 0 1rem;
}

.historys .yearper {
  width: 100%;
  position: relative;
}

.historys .yearper:after {
  content: ' ';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 2px;
  background-color: #c2c2c2;
  left: 0;
  right: 0;
  top: calc(1.2rem + 9px);
}

.historys .yearper .swiper-slide {
  width: 100%;
  cursor: pointer;
  padding: 1rem 0 0.5rem;
}

.historys .yearper .swiper-slide .sim {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.14rem;
  text-align: center;
  padding: 0.2rem 0;
}

.historys .yearper .swiper-slide .sim span {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(112, 112, 112, 0.2);
  position: relative;
}

.historys .yearper .swiper-slide .sim span .pm {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.6rem;
  height: 0.6rem;
  opacity: 0;
  transition: all ease 0.5s;
}

.historys .yearper .swiper-slide .sim span .pm img {
  width: 100px;
  display: block;
}

.historys .yearper .swiper-slide .sim span b {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #333;
  line-height: 1.5;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #707070;
}

.historys .yearper .swiper-slide .mks {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  transition: all ease 0.5s;
}

.historys .yearper .swiper-slide.on .sim span .pm {
  opacity: 1;
}

.historys .yearper .swiper-slide.on .mks {
  transform: scale(1.2);
  top: -1.4rem;
  color: #00a93d;
}

.historys .yearper .swiper-slide:hover .sim span {
  background-color: rgba(0, 169, 61, 0.2);
}

.historys .yearper .swiper-slide:hover .sim span b {
  background-color: #00a93d;
}

.historys .yearper .swiper-slide:hover .mks {
  color: #00a93d;
}

.historys .nowpers {
  width: 100%;
  position: relative;
}

.historys .nowpers .swiper-slide {
  width: 100%;
  padding: 0.8rem 0;
}

.historys .nowpers .swiper-slide .year {
  width: 100%;
  color: #00a93d;
  font-weight: bold;
  margin-bottom: 0.3rem;
  max-width: calc(100% - 1.2rem);
  width: 10rem;
  margin: 0 auto 0.3rem;
}

.historys .nowpers .swiper-slide .year span {
  margin-right: 0.1rem;
}

.historys .nowpers .swiper-slide .yinp {
  width: 100%;
  color: #333;
  line-height: 1.8;
  max-width: calc(100% - 1.4rem);
  width: 10rem;
  margin: 0 auto;
}

.historys .nowpers .swiper-slide .yinp p {
  color: #333;
  line-height: 1.8;
}

.historys .nowpers .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.53rem;
  height: 0.53rem;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0px 15px 40px 0px rgba(190, 205, 201, 0.42);
}

.historys .nowpers .btn img {
  width: 100%;
  display: block;
}

.historys .nowpers .btn img:first-child {
  display: block;
}

.historys .nowpers .btn img:last-child {
  display: none;
}

.historys .nowpers .btn:hover {
  background-image: linear-gradient(-90deg, #10713a 0%, #66af2c 100%), linear-gradient(#278f47, #278f47);
  background-blend-mode: normal, 
 normal;
  box-shadow: 0px 10px 26px 0px rgba(0, 107, 20, 0.25);
}

.historys .nowpers .btn:hover img:first-child {
  display: none;
}

.historys .nowpers .btn:hover img:last-child {
  display: block;
}

.historys .nowpers .bl {
  left: 0rem;
}

.historys .nowpers .br {
  right: 0rem;
}

.historys .zongper {
  width: 100%;
}

.historys .zongper .swiper-slide {
  width: 100%;
  background-color: #ffffff;
  border-radius: 0.2rem;
  border: solid 1px #dddddd;
  transition: all ease 0.5s;
  padding: 0.36rem 0.4rem;
}

.historys .zongper .swiper-slide .yarr {
  width: 100%;
  color: #a0bbcc;
  line-height: 1.5;
  font-weight: bold;
}

.historys .zongper .swiper-slide .ric {
  width: 100%;
  color: #222;
  line-height: 1.5;
}

.historys .zongper .swiper-slide .rim {
  width: 100%;
  color: #73787e;
  line-height: 1.5;
}

.historys .zongper .swiper-slide.on {
  box-shadow: 0px 15px 40px 0px rgba(46, 89, 78, 0.2);
  border: solid 1px #00a93d;
}

.historys .zongper .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.53rem;
  height: 0.53rem;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0px 15px 40px 0px rgba(190, 205, 201, 0.42);
}

.historys .zongper .btn img {
  width: 100%;
  display: block;
}

.historys .zongper .btn img:first-child {
  display: block;
}

.historys .zongper .btn img:last-child {
  display: none;
}

.historys .zongper .btn:hover {
  background-image: linear-gradient(-90deg, #10713a 0%, #66af2c 100%), linear-gradient(#278f47, #278f47);
  background-blend-mode: normal, 
 normal;
  box-shadow: 0px 10px 26px 0px rgba(0, 107, 20, 0.25);
}

.historys .zongper .btn:hover img:first-child {
  display: none;
}

.historys .zongper .btn:hover img:last-child {
  display: block;
}

.historys .zongper .bl {
  left: 0rem;
}

.historys .zongper .br {
  right: 0rem;
}

.historys .yecoms {
  width: 100%;
}

.historys .yecoms .yecm {
  width: 100%;
  display: none;
}

.historys .yecoms .yecm.on {
  display: block;
}

.honors {
  width: 100%;
}

.honors .honor {
  width: 100%;
  padding: 1rem 0;
}

.honors .honor .honst {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.honors .honor .honst .hol {
  display: inline-block;
  vertical-align: middle;
  width: calc((400 / 1600) * 100%);
  order: 1;
}

.honors .honor .honst .hol .hiom {
  width: 100%;
  border-bottom: solid 1px #ddd;
}

.honors .honor .honst .hol .hiom a {
  width: 100%;
  display: block;
  padding: 0.4rem 0;
}

.honors .honor .honst .hol .hiom .olm {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.53rem);
  padding-right: 0.25rem;
}

.honors .honor .honst .hol .hiom .olm .nxm {
  width: 100%;
  color: #a0bbcc;
  line-height: 1.5;
}

.honors .honor .honst .hol .hiom .olm .at {
  width: 100%;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}

.honors .honor .honst .hol .hiom .orm {
  display: inline-block;
  vertical-align: middle;
  width: 0.53rem;
  height: 0.53rem;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0px 15px 40px 0px rgba(190, 205, 201, 0.42);
}

.honors .honor .honst .hol .hiom .orm img {
  width: 100%;
  display: block;
}

.honors .honor .honst .hol .hiom .orm img:first-child {
  display: block;
}

.honors .honor .honst .hol .hiom .orm img:last-child {
  display: none;
}

.honors .honor .honst .hol .hiom.on {
  border-bottom: solid 1px #00a93d;
}

.honors .honor .honst .hol .hiom.on .orm {
  background-image: linear-gradient(-90deg, #10713a 0%, #66af2c 100%), linear-gradient(#278f47, #278f47);
  background-blend-mode: normal, 
 normal;
  box-shadow: 0px 10px 26px 0px rgba(0, 107, 20, 0.25);
}

.honors .honor .honst .hol .hiom.on .orm img:first-child {
  display: none;
}

.honors .honor .honst .hol .hiom.on .orm img:last-child {
  display: block;
}

.honors .honor .honst .hol .hiom:hover {
  border-bottom: solid 1px #00a93d;
}

.honors .honor .honst .hol .hiom:hover .orm {
  background-image: linear-gradient(-90deg, #10713a 0%, #66af2c 100%), linear-gradient(#278f47, #278f47);
  background-blend-mode: normal, 
 normal;
  box-shadow: 0px 10px 26px 0px rgba(0, 107, 20, 0.25);
}

.honors .honor .honst .hol .hiom:hover .orm img:first-child {
  display: none;
}

.honors .honor .honst .hol .hiom:hover .orm img:last-child {
  display: block;
}

.honors .honor .honst .hom {
  display: inline-block;
  vertical-align: middle;
  width: calc((460 / 1600) * 100%);
  order: 2;
}

.honors .honor .honst .hom .homm {
  width: 100%;
  display: none;
}

.honors .honor .honst .hom .homm.on {
  display: block;
}

.honors .honor .honst .hom .hommper {
  width: 100%;
  position: relative;
}

.honors .honor .honst .hom .hommper .swiper-container {
  width: 100%;
  height: 9rem;
  margin: 0.1rem 0;
}

.honors .honor .honst .hom .hommper .swiper-slide {
  width: 100%;
  height: auto;
  position: relative;
}

.honors .honor .honst .hom .hommper .swiper-slide .imgs {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.honors .honor .honst .hom .hommper .swiper-slide .imgs .img {
  width: 100%;
  padding-top: 66.6%;
}

.honors .honor .honst .hom .hommper .swiper-slide .sit {
  width: 100%;
  color: #333;
  line-height: 2;
  text-align: center;
}

.honors .honor .honst .hom .hommper .swiper-slide:before {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background-image: linear-gradient(0deg, transparent 10%, #fff 100%);
  transition: all ease 0.5s;
  opacity: 0;
}

.honors .honor .honst .hom .hommper .swiper-slide:after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background-image: linear-gradient(180deg, transparent 10%, #fff 100%);
  transition: all ease 0.5s;
  opacity: 0;
}

.honors .honor .honst .hom .hommper .swiper-slide-prev:before {
  opacity: 1;
}

.honors .honor .honst .hom .hommper .swiper-slide-next:after {
  opacity: 1;
}

.honors .honor .honst .hor {
  display: inline-block;
  vertical-align: middle;
  width: calc((320 / 1600) * 100%);
  order: 3;
}

.honors .honor .honst .hor .horm {
  width: 100%;
  display: none;
}

.honors .honor .honst .hor .horm.on {
  display: block;
}

.honors .honor .honst .hor .hormper {
  width: 100%;
  position: relative;
}

.honors .honor .honst .hor .hormper .swiper-container {
  width: 100%;
  height: calc(18em + 0.5rem);
  margin: 0.1rem 0;
}

.honors .honor .honst .hor .hormper .swiper-slide {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 3;
  height: 3em;
  border-radius: 1.5em;
  cursor: pointer;
  margin-bottom: 0.1rem;
}

.honors .honor .honst .hor .hormper .swiper-slide.on {
  background-image: linear-gradient(-90deg, #10713a 0%, #66af2c 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, 
 normal;
  box-shadow: 0px 10px 26px 0px rgba(0, 107, 20, 0.25);
  color: #fff;
}

.honors .honor .honst .hor .hormper .swiper-slide:hover {
  background-image: linear-gradient(-90deg, #10713a 0%, #66af2c 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, 
 normal;
  box-shadow: 0px 10px 26px 0px rgba(0, 107, 20, 0.25);
  color: #fff;
}

.honors .honor .honst .hor .hormper .htn {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.honors .honor .honst .hor .hormper .htn span {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.honors .honor .honst .hor .hormper .htn span img {
  width: 100%;
  display: block;
}

.honors .honor .honst .hor .hormper .htn span img:first-child {
  display: block;
}

.honors .honor .honst .hor .hormper .htn span img:last-child {
  display: none;
}

@media (max-width: 800px) {
  .honors .honor {
    padding: 0.5rem 0;
  }
  .honors .honor .honst {
    align-content: flex-start;
  }
  .honors .honor .honst .hol {
    width: 100%;
    order: 1;
  }
  .honors .honor .honst .hol .hiom {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-right: 4%;
  }
  .honors .honor .honst .hol .hiom:nth-child(2n) {
    margin-right: 0%;
  }
  .honors .honor .honst .hom {
    width: 100%;
    order: 3;
  }
  .honors .honor .honst .hom .hommper .swiper-container {
    height: auto;
  }
  .honors .honor .honst .hor {
    width: 100%;
    order: 2;
  }
  .honors .honor .honst .hor .hormper {
    width: 100%;
    font-size: 0;
    position: relative;
  }
  .honors .honor .honst .hor .hormper .htn {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
  }
  .honors .honor .honst .hor .hormper .swiper-container {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 40px);
    height: auto;
    margin: 0.3rem auto;
  }
  .honors .honor .honst .hor .hormper .swiper-slide {
    width: auto;
    margin-right: 0.15rem;
    padding: 0 0.4rem;
  }
  .honors .honor .honst .hor .hormper .bl {
    transform: rotate(-90deg);
  }
  .honors .honor .honst .hor .hormper .br {
    transform: rotate(-90deg);
  }
}

.results {
  width: 100%;
  padding: 0.5rem 0 1rem;
}

.results .rips {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.results .rips span {
  display: inline-block;
  color: #333;
  line-height: 1.5;
  margin-right: 0.25rem;
}

.results .rips span i {
  display: inline-block;
  margin: 0 0.06rem;
  color: #00a93d;
  font-style: normal;
}

.results .resulis {
  width: 100%;
  margin-top: 0.4rem;
}

.results .resulis .reuom {
  width: 100%;
  border: solid 1px #ddd;
  transition: all ease 0.5s;
  border-radius: 0.2rem;
}

.results .resulis .reuom a {
  width: 100%;
  display: block;
  padding: 0.3rem 0.25rem;
}

.results .resulis .reuom .cit {
  width: 100%;
  font-size: 0;
}

.results .resulis .reuom .cit .cp {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 6em);
  color: #333;
  line-height: 1.5;
  padding-right: 0.2rem;
}

.results .resulis .reuom .cit .tic {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  width: 6em;
  line-height: 2;
  text-align: center;
  border-radius: 1em;
  background-color: #00a93d;
}

.results .resulis .reuom .vim {
  width: 100%;
  color: #888;
  line-height: 2;
  margin-top: 0.08rem;
}

.results .resulis .reuom:hover {
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 0px 45px 1px rgba(0, 0, 0, 0.1);
}

.results .resulis .reuom + .reuom {
  margin-top: 0.3rem;
}

.h-language{display: inline-block;vertical-align: middle;cursor: pointer;width: .48rem;position: relative;height: 1rem; margin-right: .35rem;margin-left: .2rem;}
.hl-icon{ position: absolute;top: 50%;left: 0;width: 100%;transform: translate(0,-50%);	height: .48rem;text-align: center;line-height: .48rem; border-radius: 50%;background-color: #ffffff;background-image: url('../images/wm1.png');background-size: cover;background-position: center center;background-repeat: no-repeat;}
.white .hl-icon{background-color: #00a93d;background-image: url('../images/wm1-b.png');}
.hl-sub{display: none; position: absolute;top: 100%;left: 50%;transform: translate(-50%,0);white-space: nowrap; padding-top: .1rem;}
.hl-list{width: 1.3rem;background-color: #fff;border-radius: .1rem;padding: .15rem 0;}
.hl-item{display: block;cursor: pointer;width: 100%;padding: .15rem 0; color: #222;text-align: center;}
.hl-item:hover{color: #00a93d;}

 
@media (max-width: 900px){
  .h-language{height: .6rem;}
  .hl-sub{top: .8rem;}
}
